Hi All,
I have initialized an empty variable array, second step I have a condition if yes, update item. after updating the item I need to update the variable array accordingly.
lets say the array like this:
{
"Title": "Title",
"Status": ""
}
the next step if condition approved => Sharepoint update item, the next step I need to update the array STATUS property according to the sharepoint updated item without effecting the other properties.
{
"Title":"Title",
"Status": "body(update_item)[Status]"
}
thanks

Report
All responses (
Answers (