How to Send a SINGLE EMAIL ✉️ with multiple SharePoint list items | Build THIS Power Automate Flow

Поделиться
HTML-код
  • Опубликовано: 1 окт 2024

Комментарии • 107

  • @acreativeopinion
    @acreativeopinion  11 месяцев назад +1

    How would you use this logic in other flows? Let me know down below!👇👇👇
    Also, the line break at 17:49 isn't necessary. Outlook actually ignores it anyway 🫠. If you want to insert a line break-use a tag instead!
    If your SharePoint list has multiple assigned to users, check out this YT Tutorial 👉How to Handle Multi-Person SharePoint Item Notifications in Outlook and MS Teams with Power Automate:
    ruclips.net/video/0D2YcmdOuL8/видео.html

    • @jeffl864
      @jeffl864 7 месяцев назад

      I have a scenario here where three engineers and designers have told me it would be too complex to use SP list and manage by the powerautomate flow. However I am convinced especially after watching your video!
      What I’d like is to combine multiple items on the SP list and send to different assigned email recipients.
      Each item can be assigned to up to 6 recipients. And I want to send a consolidated list of multiple items to individual recipient who are listed for those items. Will this flow work in that scenario?

    • @WilsonC15
      @WilsonC15 4 месяца назад

      I discovered a flaw in this video and hope you could improve it, as well as clarify that this video only applies to SharePoint List columns that contain a single email for each item. There will be a problem at 7.33min "Select" action the way you are doing it. Map Email with item[]?['AssignedTo]['0'].['Email']. If the people columns contain more than two emails within the same items and ID, only the first one will be selected, and the remaining emails will be missed. Anyway, I really appreciate your video. You have been extremely helpful to me! Thank you for being present!

  • @JapLomm
    @JapLomm 7 месяцев назад +5

    This has been a very in depth tutorial for this type of automation and it's been exactly what I was looking for.
    The suggestion of getting the outputs have been really useful as well.

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад

      Thank you for watching. I'm glad you found it helpful.

  • @KarlaHornedo
    @KarlaHornedo 9 месяцев назад +2

    Hi! Excellent video! I'm having trouble creating the Select User action, next the Condition. When I select the "Assign To DisplayName" the program add a For Each loop automatically. This loop results in multiple emails to the task responsible. How can I add the parameters without the loop? This doesn't happens when use other Dynamic Content like Created By DisplayName.

    • @acreativeopinion
      @acreativeopinion  8 месяцев назад +2

      Thanks for watching! Is your Assign To column a multi-choice person column? If so, you'll want to check out my latest YT Tutorial 👉How to Handle Multi-Person SharePoint Item Notifications in Outlook and MS Teams with Power Automate:
      ruclips.net/video/0D2YcmdOuL8/видео.html
      You'll need to build the flow a little differently when you have more than one user assigned to an item.

  • @NattyPablo-g9e
    @NattyPablo-g9e 13 дней назад +1

    Great video! It is helping me work out an longstanding need in my team. I have one problem, my get items property does not seem to be returning my people column email addresses. It only shows the created by and modified by email as dynamic content. Any ideas why? I am at the step of the first condition to count open items and in the select map section i do not get the dynamic content email for my AssignedTo column (Mine is called Responsible). I'm stuck and am so looking forward to using this flow. Help is appreciated.

    • @cedayceycey1337
      @cedayceycey1337 4 дня назад

      same here!, in order to get AssignedTo Display Name and Email properties, it is necessary to have an apply to each loop i guess but i do not know how to handle the rest of the steps, if anyone helps, it'd be appreciated a lot! :)

  • @TMAwan77
    @TMAwan77 8 месяцев назад +3

    Thanks a lot for the excellent video, truly appreciated. I was struggling with this requirement for some time

  • @BrandanSpyker
    @BrandanSpyker 9 месяцев назад +2

    Thanks for this video. This is exactly what I want to build. However my list has multiple users in the "assigned to" column how would I set this up to send one email to each user that lists the tasks assigned to that user?

    • @acreativeopinion
      @acreativeopinion  8 месяцев назад

      Thanks for watching! Check out my latest YT Tutorial 👉How to Handle Multi-Person SharePoint Item Notifications in Outlook and MS Teams with Power Automate:
      ruclips.net/video/0D2YcmdOuL8/видео.html

  • @jov6677
    @jov6677 2 месяца назад

    I can't create the HTML table, keep on getting an error message about the body/value not existing but that's the only thing I can see to select. What am I doing wrong? Keep on getting an InvalidTemplate error message

  • @alxmarie1
    @alxmarie1 24 дня назад

    Hi thank you for this video 😊 What changes do I need to make to send one email to a team. And in the email to list the Task Owner's name one time with all the details listed below? If you have a video that explains please share. Again thank you!

  • @prashantiyer7
    @prashantiyer7 26 дней назад

    Didn't follow the entire thing but it had something for everyone I guess to take up from.

  • @pouyanebrahimi835
    @pouyanebrahimi835 Месяц назад

    This is AWESOME! Thanks. Can we have a link for each item in the email?

  • @aniaimichax2150
    @aniaimichax2150 3 месяца назад

    how to send a single email daily for any new files added or modified in SharePoint documents?

  • @Lowrider614
    @Lowrider614 26 дней назад

    That is so awesome, thanks for your work! It helped me a lot

  • @TanMills-h3z
    @TanMills-h3z 26 дней назад

    This has been helpful. However, I am running into the issue where my sharepoint field is returning as UTC. If I add a convert the sharepoint time to MM-dd-YYYY format I cant seem to set it up any advice?

    • @acreativeopinion
      @acreativeopinion  26 дней назад

      Thanks for watching! Use the Convert Time Zone action. If you want to use the converted time in SharePoint you need to use the following format: yyyy-MM-DD.
      For more tips and tricks on how to work with dates in Power Automate-check out this YT Tutorial: ruclips.net/video/ODobGcpgGlk/видео.html

  • @EconomicTransitionDWG
    @EconomicTransitionDWG 2 месяца назад

    Can you show how to add two html tables (made from the same list) into one email?

  • @thermant8452
    @thermant8452 8 месяцев назад +1

    THANK YOU!!!! This was super helpful. You've set your videos up in a way that makes them very clear and easy to follow.
    Even the little dropdown that shows when you say what code we should type in.
    In addition, just you saying "question mark, square bracket snd single quotes" out loud helped me to remember it.
    Your voice is perfect and the additions at the end were very helpful.
    Thanks for sharing!

    • @acreativeopinion
      @acreativeopinion  8 месяцев назад +1

      Thanks for watching! Appreciate the feedback as well.

  • @Mogwai-jn7cz
    @Mogwai-jn7cz 2 месяца назад

    This is so very helpful. Thank you! I would like to take this idea one step further but I don't know how to achieve it. What I'd would like to do is include data from another sharepoint list that is connected to the first sharepoint list via a lookup column. For example, the second list is sub tasks associated to the "parent" task list, and in the email to list each task in a row and the sub tasks directly below each unique task. What are your thoughts?

    • @Mogwai-jn7cz
      @Mogwai-jn7cz 2 месяца назад

      I created a request in the Power Automate forum with more info of what I'm trying to achieve.

  • @VANDIK01
    @VANDIK01 2 месяца назад

    Thanks @acreativeopinion very helpful the video, question, in the Create HTML table, how can I handle multiple-choice field column, to show only the value? thanks 👋

  • @potnissl2009
    @potnissl2009 2 месяца назад

    Hey is is possible to share the flow?

  • @nomirehman
    @nomirehman 4 месяца назад

    How I can achieve the same functionality if I am using Excel online instead of SharePoint list ?

    • @acreativeopinion
      @acreativeopinion  4 месяца назад

      Instead of the Get Items action, you'll need to use the List Rows Present in a Table action. However, keep in mind that the Filter Query field in the List Rows Present in a Table action can only accept a single condition. If you need to filter your Excel table with more than one condition.
      You'll need to use a Filter Array action. Check out this YT Tutorial for more info on how to use the Filter Array action: ruclips.net/video/HVAf1aTEQNg/видео.html

  • @corrinnasca4543
    @corrinnasca4543 Месяц назад

    This video along with many of your other videos has been very helpful! I am 100% new to Power Automate and no nothing about code. I have used Chat GPT to help flow ideas but the execution is difficult. Your examples, cadence, and pace are excellent and have improved from your earlier videos. You are Da Boom! I would love to see more videos on summing, averaging, or anything with math through List or approval responses. Anyways, you are freaking awesome "A Creative Opinion" and have made learning Power Automate easier 🙂

  • @philippvanderheide7494
    @philippvanderheide7494 11 месяцев назад +1

    Awesome explanation - dont have a use case for this yet, but there will be some def. :) Thanks a lot.

  • @bhargavaboddeti2488
    @bhargavaboddeti2488 2 месяца назад

    This is a great tutorial, clear explanation.
    Can you please make a tutorial on integrating Adobe Sign with SharePoint using Power Automate? Please.

  • @Mindfree60sec
    @Mindfree60sec 2 месяца назад

    Thank you so much!!! this video is so helpful... thanks from Brazil!

  • @mohammedmudassirmudassir7909
    @mohammedmudassirmudassir7909 6 месяцев назад

    Hi , I've been trying to add files to SharePoint site with " when an email arrives" . The flow is working. The problem I'm facing is that the Excel file which arrives to SharePoint site has to be manually moved editable, which creates another Excel in editable format. This is annoying . Any suggestions? Thanks

  • @Juventuddisponible1
    @Juventuddisponible1 5 месяцев назад

    This is an absolutely wonderful video! Thanks so much for the use case. I did notice that there are some definite bugs when replicating your flow with the New Designer 😵(it took me a while to figure THAT out)

  • @sohadaneen7639
    @sohadaneen7639 7 месяцев назад

    Hi Team, Nice Vedio, I have an requirement like , I have sent Initial mail and after needs to send update on top of it initial mail, how can we achieve this? My source data is Share point excel sheet where I have values like Initial ,Update, Skip, Resolution where ever I changed the status I need to send an email on top of it Initial mail only.

  • @michaelrusso1980
    @michaelrusso1980 5 месяцев назад

    Hello. This tutorial has been extremely helpful. I am running into a snag though. Part of the result I want in my table for the email is a multiple line text field. When the flow runs the result has a bunch of HTML code in the table due to the multiple line text field. I understand that I can add the HTML to text action but am having trouble with where to place it in this flow. Can you please help or point me in the right direction? Thank you so much!

  • @gokulprasad136
    @gokulprasad136 8 месяцев назад

    Can you share same type of summary mail with Multiple task list of Planner.
    Please Thanks in Advance

  • @sohadaneen7639
    @sohadaneen7639 7 месяцев назад

    Hi Team, Nice Vedio, I have an requirement like , I have sent Initial mail and after needs to send update on top of it initial mail, how can we achieve this? My source data is Share point excel sheet where I have values like Initial ,Update, Skip, Resolution where ever I changed the status I need to send an email on top of it Initial mail only.

  • @ryangarner784
    @ryangarner784 26 дней назад

    Thank you for this, it has helped us out a lot. Is there a way to set the flow to branch off with an email that sends the user a message that all there task are complete?

    • @acreativeopinion
      @acreativeopinion  26 дней назад

      Use a Filter Array action to filter out items that you'd like to email. For more details on how to use the Filter Array action-check out this YT Tutorial: ruclips.net/video/HVAf1aTEQNg/видео.html

  • @mongolainfalcon
    @mongolainfalcon 7 месяцев назад +1

    Can't tell you how much I love this. I love how you've detailed the process. Sooooo goooood!

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад

      Thank you for watching and for the feedback.

  • @emlearning
    @emlearning 5 месяцев назад

    It would be awesome if you created a small video that covers the nuances of inline HTML/CSS styling with some good to knows. Love your style of videos and know you'd knock it out of the park!

  • @alessandrape7467
    @alessandrape7467 8 месяцев назад

    Thank you for the flow! I've inserted hyperlinks in the table but with the new version of Outlook hyperlinks don't work. Any suggestion? Thanks

  • @michaelyoungbar3659
    @michaelyoungbar3659 8 месяцев назад

    I am trying to have the email number the items numericly. 1. Task. 2. Task 3. Task etc.

  • @k.kristina78
    @k.kristina78 6 месяцев назад

    I have followed this and it works great when I do a test but the flow will not show up when I want to manually trigger it. What am I missing? Thank you!

  • @LucasBarros-p4r
    @LucasBarros-p4r 6 месяцев назад

    When using create table, you said that for the values, we use item()?['item name'] where 'item name' is the red text on the filter array output. But many of my fields have the red text and then several other red texts such as "@odata.type", "Id" or "Value". I need to get the value, what should I do?

    • @acreativeopinion
      @acreativeopinion  6 месяцев назад

      Thanks for watching! If you need to get the value use ['item name/value']. Remember the text is case sensitive. Hope this helps!

  • @sohadaneen7639
    @sohadaneen7639 7 месяцев назад

    @acreativeoponion Very Nice vedio, I have a task like as per SharePoint list I have couple of solutions and I need to send the out 5 , need to send 3 solutions and their names in to initial communications to end users. After Job completed I need to send Update mail on top of initial mail and once all jobs are completed then need to send Resolution on top of Update mail. Please help on this.

  • @Ehsanahmad99
    @Ehsanahmad99 2 месяца назад

    Just wowwwww❤️❤️

  • @WilsonC15
    @WilsonC15 5 месяцев назад

    Thank you for your video. There is one problem with the get item filter query where the item is null it will also pick up that to send the email which is wrong.

  • @hamed12345100
    @hamed12345100 29 дней назад

    Thanks!

  • @andrewa8765
    @andrewa8765 5 месяцев назад

    Works great however for some reason the filtering function doesn't seem to work for me. It reports I have say 6 overdue items, but it sends an email to everyone in my list with future items saying they're are overdue.

    • @acreativeopinion
      @acreativeopinion  5 месяцев назад +1

      You might have adjust your filter query to ensure it's written correctly. You might find my latest tutorial helpful - How to Work with 📆 Dates in Power Automate | Example Scenarios and Tips & Tricks: ruclips.net/video/ODobGcpgGlk/видео.html

    • @andrewa8765
      @andrewa8765 5 месяцев назад

      @acreativeopinion the issue was I was using a document library. I made a work around by having a list which is essentially a copy of the document library minus the attachments. Then it worked perfectly.

  • @poojajajerao5944
    @poojajajerao5944 4 месяца назад

    Thank you so much for posting there. Helped me a lot.

  • @rudivanderlocht3212
    @rudivanderlocht3212 11 месяцев назад +1

    Great demo !!
    You are an exceptionally good teacher

  • @egonsiyou
    @egonsiyou 5 месяцев назад

    this is exactly what i needed, thank you very much!!

  • @meng-shanwu4475
    @meng-shanwu4475 7 месяцев назад

    Amazing video!!! But can I ask a silly question? I tried to cc the user's manager in the email (I tried to add a "get manager", but in the dynamic content, it doesn't show, can you please advise? Thank you!

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад

      Thanks for watching! It's a little challenging to troubleshoot a flow without seeing the details-I would recommend posting in the Microsoft Power Automate Community: powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows

  • @chrispastor4029
    @chrispastor4029 5 месяцев назад

    Thank you thank you thank you thank you! I've been working on my flow for 3 weeks and couldn't get it to work. thanks to your video I was able to identify the issue with my date formatting and solve it. THANK YOU!

    • @acreativeopinion
      @acreativeopinion  5 месяцев назад

      Thanks so much for watching! Glad it was helpful.

  • @TracyZurcher
    @TracyZurcher 10 месяцев назад

    Thank you for this demo!
    This works great when the multiple-choice selection in SharePoint is turned off.
    How can I do this exact thing when there are multiple users in the "Assigned To" column?
    I would greatly appreciate your help!

    • @acreativeopinion
      @acreativeopinion  8 месяцев назад

      Thanks for watching! I recently uploaded a new YT Tutorial 👉How to Handle Multi-Person SharePoint Item Notifications in Outlook and MS Teams with Power Automate:
      ruclips.net/video/0D2YcmdOuL8/видео.html
      Hope this helps!

  • @hamed12345100
    @hamed12345100 Месяц назад

    Great video, i made this but the emails gets repeated 3 times in a row, how to fix it?

    • @acreativeopinion
      @acreativeopinion  29 дней назад

      It's hard to troubleshoot a flow in the comment section. Anytime something is repeated unintentionally-it's usually the logic of the flow that needs to be adjusted.
      It sounds like you have your email action nested inside an Apply to Each action. You might be interested in this YT Tutorial: 3 Mistakes YOU 🫵 are Making with the Apply to Each Action in your Microsoft Power Automate Flow - ruclips.net/video/44Bk4JVMrD4/видео.html
      For additional troubleshooting tips-check out this YT Tutorial: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows - ruclips.net/video/8i7-IEKJhzU/видео.html

    • @hamed12345100
      @hamed12345100 29 дней назад

      @@acreativeopinion thank you so much, i cannot thank you enough, there was a problem in my flow and i fixed it, great video 👍🏻👌🏻

  • @crowfriend3778
    @crowfriend3778 8 месяцев назад

    Thanks for this helpful video! I would love to see another one that covers the scenario where you want to send a SINGLE email to ALL unique users, rather than one email to each user. I have tried to edit the flow described in this video, but it keeps sending multiple emails 😅

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад +1

      Thanks for watching! You can reference this YT Tutorial: How to Handle Multi-Person SharePoint Item Notifications in Outlook and MS Teams with Power Automate - ruclips.net/video/0D2YcmdOuL8/видео.html
      Hope that helps!

  • @SteveBrodkin
    @SteveBrodkin 11 месяцев назад

    What would be the best way to tackle providing email recipients an option to unsubscribe from an automated email message? My current plan is to have a list of subscribed users and then have a column with a button to remove or add themselves to the list. I'd like them to be able to do that directly from the email.
    Love the content. High quality, no nonsense. Keep it coming! Appreciate any help you can provide.

    • @acreativeopinion
      @acreativeopinion  11 месяцев назад

      Thanks for watching!
      To clarify-you say that your current plan is to have users remove or add themselves to a list, would that be a SharePoint list? How do you plan to manage permissions on that? If you'd like them to directly add themselves to a list you'd need allow users to create new items in a SP list (which I wouldn't recommend).
      Allowing users to unsubscribe directly from an email isn't really possible (in a sense that it won't be a button they can click in an email to remove themselves). Instead, your button would need to link to a form which you can then use to collect the information of the user who wants to be unsubscribed. This process can be automated-but the user would be required to submit a form to trigger the removal.
      Hope this helps!

  • @dawitabebe5437
    @dawitabebe5437 5 месяцев назад

    It's a great and we'll organized tutorial

  • @derekgray3019
    @derekgray3019 8 месяцев назад

    Ah wow this is soooo amazing and easy to follow with your clear explanation, I am going to change quite a few of the flows using your method for 7 day reminders of documents due for review and audit actions. How would I set this to run for any dates that are overdue e.g. older than Today(), so I can send a monthly reminder to owners for any actions that are Open and overdue?

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад +1

      Thanks for watching! You'll just need to change the conditions of your Filter Query to check for items that are older than today's date. You can use the utcNow() function for that. Hope this helps! Take a look at this YT Tutorial for additional help when building your flow: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows - ruclips.net/video/8i7-IEKJhzU/видео.html.

  • @draquong
    @draquong 8 месяцев назад

    Thank you for this video. How would I add this to a 90 day before reminder email flow?

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад +1

      Thanks for watching. You can refer to this section of my the Send Emails Based on a 📆 Date Column in SharePoint with Microsoft Power Automate Tutorial: ruclips.net/video/d99dwBeTFvo/видео.htmlsi=h1HosSR8a5SdsxAl&t=719
      Hope this helps!

  • @danilocerqueira7316
    @danilocerqueira7316 4 месяца назад

    Very good and rich content. Helped me a lot!! Thank you so much.

  • @cameronschulte1834
    @cameronschulte1834 7 месяцев назад

    This tutorial is awesome! Im getting stuck when try to format the html using the string variable. Every time I test, its been failing with the error Action 'Compose_-_User_Item_Details' failed. Not sure where i messed up here. Please help!

    • @acreativeopinion
      @acreativeopinion  7 месяцев назад

      Thanks for watching! It's hard to say without actually seeing your flow. You can check out this YT Tutorial: 5 Power Automate Troubleshooting FAQs and Helpful Tips for Creating Better Flows - ruclips.net/video/8i7-IEKJhzU/видео.html
      If that doesn't help, I would recommend posting in the Microsoft Power Automate Community: powerusers.microsoft.com/t5/Building-Flows/bd-p/BuildingFlows

    • @cameronschulte1834
      @cameronschulte1834 7 месяцев назад

      Thanks. I figured out what the issue was with that problem. Now I'm having the issue of my User Items output not showing up.

  • @phoebewoong5573
    @phoebewoong5573 10 месяцев назад

    Hi thank you for sharing. May i know if it is possible to add in specific attachment in this flow?

    • @acreativeopinion
      @acreativeopinion  9 месяцев назад

      Thanks for watching. Yes, you can add attachments in the Send an Email action.

  • @mdhabeeb4696
    @mdhabeeb4696 5 месяцев назад

    Excellent thank you for the video, it solved my issue

    • @acreativeopinion
      @acreativeopinion  4 месяца назад

      Thanks for watching! You might be interested in my most recent YT Tutorial: 7 Functions You Need to Know | ⚡️Expression Essentials: Part 1⚡️- ruclips.net/video/QeBL32w2ClM/видео.html

  • @EconomicTransitionDWG
    @EconomicTransitionDWG 2 месяца назад

    Thank you so much!!!

  • @jmci24
    @jmci24 11 месяцев назад

    I am looking to set date range Due in next 30 days , if I add 30 instead of 4 I get odd value (set output to dd-MM-yyyy: input 1-12-2023 output "11-02-2023"!

    • @acreativeopinion
      @acreativeopinion  11 месяцев назад

      In my tutorial I've used a couple compose actions to return a dynamic date range. At 3:11 of the tutorial I've used a Compose action to store today's date. At 3:29 of the tutorial I've used an expression to compose the date 4 days from today's date. If you use the same expression and replace the 4 with a 30 it will give you the date 30 days from today.
      Hope this helps!

    • @jmci24
      @jmci24 11 месяцев назад

      @@acreativeopinion Fixed it I had a different date format from you in my flow! Can you advise how you would manage this is AssignedTo contained mutiple people?

  • @easyit6238
    @easyit6238 5 месяцев назад

    Your Video is so straight forward, I learn a lot, Thank you

  • @pfjeronimo
    @pfjeronimo 11 месяцев назад

    Great demo! If the records to be sent in a single email to the user include different URLs, how to extract the hyperlink display text from each URL and include them in the HTML table?

    • @acreativeopinion
      @acreativeopinion  10 месяцев назад

      Thanks for watching. I would recommend posting in the Power Automate community: powerusers.microsoft.com/t5/Microsoft-Power-Automate/ct-p/MPACommunity
      The comment section in YT doesn't allow for screenshots which makes it hard to provide any additional support.

    • @MrJornee
      @MrJornee 22 дня назад

      Hello,
      I found a way you can do it.
      So in the select step, where you map the fields:
      You can use: item()?['Title']
      So the link is the link to the item.
      The "item()?['Title']" part is for the name of the link, in my case the title of the item in SharePoint.
      I hope this will work for you!
      Regards,
      Jorne

  • @giorgioritto
    @giorgioritto 11 месяцев назад

    Have Followed step by step the video and watching it multiple times, Thank you very much for sharing! However, I am not sure why user get multiple emails for each task. My impression was that in one email there will be listed all the tasks assigned to the individual. Any clarification/help is highly appreciated. Thank you again!

    • @acreativeopinion
      @acreativeopinion  11 месяцев назад

      Thanks for watching!
      You will need to check the logic of your flow and ensure your actions are in the correct spot. The video tutorial covers how to pull the list of users at 6:56. At 7:56 I cover how to create a unique list of users. Ensure you are testing after adding a new action before you try to build out the entire flow. The Apply to Each action will then loop through each unique user. Hope this helps!

    • @giorgioritto
      @giorgioritto 11 месяцев назад

      Thank you for the heads up! Still not working, I think because I have used a SP Document Library for this project. That's the only feasible explanation. Have tried to look at it again and everything seams okay. @@acreativeopinion

    • @giorgioritto
      @giorgioritto 11 месяцев назад

      Have followed your tutorial and it is now working Perfectly! Thank you !! Can't Thank you Enough! @acreativeopinion

  • @srithik4u
    @srithik4u 11 месяцев назад

    Access to CSS file path is denied

    • @acreativeopinion
      @acreativeopinion  11 месяцев назад

      Sorry about that. Try it now: bit.ly/46wbFgb

  • @AbdElRahmanEmara
    @AbdElRahmanEmara 6 месяцев назад

    Thanks Very much 😊

  • @WilsonC15
    @WilsonC15 5 месяцев назад

    Thank you for the effort I must said your video helped but there are problems at the select action there I suggest to add compose before select action reason because the value from the apply to each were object not item so select action unable to select the object from dynamic value. I've added a compose action before select to manipulate the object data to item so then select action is able to select the item.

  • @shubhabratadey
    @shubhabratadey 3 месяца назад

    This is exactly I was looking for. Many thanks...