Hi team,
On Select of a button i am creating a collection with firstname, lastname, email id etc.
I am passing this collection to Power Automate flow as JSON.
My code is as below :
Bulk_Onbording.Run(JSON(colbulkusers));
I am parsing JSON in my flow creating a list of users table. This table is sent to HR for approval. If HR is approved, i am creating the share point list from JSON values.
Next i am creating approval for IT. Once IT is approved, i would like to update each item created in my last HR approval step. So my "Status" column i will update as "IT Approved"
but i when i use "Update Item" after HR Approval step, i am not seeing dynamic content of Share point items, so i am unable to update the record. any ideas please.