Hi,
I am trying to create a power automate flow where the requirement is that the end time field on Work Order entity will have value = start time + 6 hours. I achieved it through workflow but it works on the trigger of update. I want it to add 6 hours while creation only. So created a power automate workflow with the following steps-
1. Adding the row
2. Initializing a variable
3. Update a row
In the last step I was not able to get the GUID of work order entity. I wanted to apply on all records of work order not single one.