Hello Power users,
I was working on a child workflow that will trigger from a parent workflow. Child workflow will loop through a condition where a YES/No column value from a list is set to yes. It runs until the column value is Yes. The issue I'm having is I'm sending the ID through the flow that is triggering child flow. That means, while triggering from main flow I'm sending ID of that item to Child flow to check its value and loop if its updated to Yes. I can check with condition from Get Items and that stores Yes/No column value from while created or modified which would be NO. How do I get the updated value in middle of the flow or How can I get the dynamic value of the item column value whether it is updated to Yes?
Thanks in advance!
@KrishR No it’s not like that get item send request and fetch current result. Suppose you use it in the last of flow then whatever be the value at that time it will return current column value.
if you want to capture value on edit then there is another trigger when item is created or modified.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.
Hi @Hardesh15 ,
Thank you for the quick response. I did get item action and ran condition based on the column value that is when item created. What about if the flow is still referencing it and meanwhile value changes in the list. How can I get that dynamic value change? How can I capture the changes made on sharepoint list through quick edit and use that value in flow?
Thank you so much!
@KrishR You can use Get item and take updated value any where in your flow.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.