Hi,
I'm using a scheduled flow that runs each month.
This flow check fields on several lists in the sharepoint list.
After some conditions check, when it matches I want to update the item.
Problem is that when I add the "Update item" step, I add the "Apply to each" expression for the list ( to take the actual list after the get lists), and "Apply to each 2" expression for the item ID (to take the actual item which passed the conditions).
Problem is that after that I dont get the fields to update, its blank.
So I don't know how to update a specific field of the list, and for information the columns are all the same in all list, so the field and value will always be the same for all lists.
I only get the "body" field to fill up.

Maybe in the body I can update a specific field ?
I want to update a choice list item.
Thank you,