...
In the automated flow, you need to do a bit more to get it working. In the image below, I’ve shown the steps that one needs to instantiate a workflow.
...
Step 1: Trigger
This part is the same as with all other automations. Simply put, this is the action that triggered this automation.
...
As the last step (5) requires an entity guid, which is created from concatenating a string with an itemGuid, we need to extract the itemGuid. This is done with “Item ID to Item GUID”.
Step 4: Create entityGuid (Optional)
This concatenates the itemGuid with a string. The string must be one of the one we’ve predesignated, or alternatively, you have had your own createdThis step will also create the entityGuid.
Step 5: Initiate the workflow
...