I am working with an approval workflow where the approval task is assigned to multiple users and i am creating a list to capture the workflow activity by creating an item inside a nested apply to each action and this works exactly the way i wanted it to.
However, i am stuck in updating the item/list since i am not able to get the item ID dynamically
Below is my flow
Any suggestion on how to get the list ID ? so that i can use it to update the items across the workflow...
Thank you.
Solved! Go to Solution.
@v-bofeng-msft Thank you,
I added a variable with in the same Apply to each action and got the item id & can now use it dynamically across my workflow..
Hi @Jean_9681 :
You need to put "Update item" and "Create item" in one "Apply to each" action to get the "Create item"'s Item Id dynamically for "Update item".
Best Regards,
Bof
@v-bofeng-msft Thank you,
I added a variable with in the same Apply to each action and got the item id & can now use it dynamically across my workflow..