So, I'm trying to extract a date field from an Excel using Get a Row action. This date shall be assigned as the due date of a task in the Planner. While assigning the due date in the Create a task action, I can't seem to find the dynamic content of get a row action.
This is how it appears with no dynamic contents from Get a row action.
Hi @PRIYANKA9 ,
The root cause is because the dynamic content inside loops are only available in the given loop. There are two effective ways to deal with this:
1) Collapse everything into a single loop (if possible).
2) Initialize a variable at the top of the flow and then inside your current loops, use "set variable". This will allow you to refer to the variable. This one is probably the easy path although look for opportunities to use the first one.
Michael E. Gernaey
497
Super User 2025 Season 1
David_MA
436
Super User 2025 Season 1
Riyaz_riz11
244
Super User 2025 Season 1