New to Flows and trying to build a flow from Excel Sharepoint file to Create a Calendar Invite...I cant get past the Key Value section, when I tested yesterday I would get "value" in the Apply to Each but nothing seems to work now.
Have I misunderstood how Key Column and Value work? I tried entering HB with no luck.
pic1
Solved! Go to Solution.
You'll want to use List rows present in a table to utilize dynamic parameters and an apply to each loop. Get a row is for a single row that you explicitly specify, so an Apply to each loop is not required.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Anonymous ,
As Brad_Groux suggested, you need to get all the rows using List rows present in a table action and iterate using Apply to each.
Image reference:
Please try again.
Best Regards,
Hey @Anonymous
The excel date time data works a little differently in power automate. You might want to check my post on how you can work with it here: https://www.bythedevs.com/post/working-with-date-time-data-of-excel-in-power-automate
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hey @Anonymous
Can you share some details on the scenario that you are trying to build?
Note that the Get a Row action gets you a single row that matches the key column and key value that you provide. (For example in your case that you have provided the column by selecting from the dropdown, if you enter HB3 there it will get that particular row only. ) and as you are getting just one row, there is nothing to loop over on for the apply to each.
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
You'll want to use List rows present in a table to utilize dynamic parameters and an apply to each loop. Get a row is for a single row that you explicitly specify, so an Apply to each loop is not required.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hi @Anonymous ,
As Brad_Groux suggested, you need to get all the rows using List rows present in a table action and iterate using Apply to each.
Image reference:
Please try again.
Best Regards,
Thanks - understand how this is working now.
Next blockers is the date not working on the event...off to read about this now too. Great community to learn from.
"String was not recognized as a valid DateTime.
clientRequestId: 8e7c2a20-3fcd-4840-874f-84a85016129a"
Hey @Anonymous
The excel date time data works a little differently in power automate. You might want to check my post on how you can work with it here: https://www.bythedevs.com/post/working-with-date-time-data-of-excel-in-power-automate
Hope this Helps!
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!