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!