Flow save failed with code 'InvalidTemplate' and message 'The template validation failed: 'The workflow action 'Update_item' at line '1 and column '2056' references the action 'Get_items' of type 'OpenApiConnection': only the actions of type 'foreach' are allowed to be referenced by 'repeatItems' or 'items' functions.'.'.
I have changed the order to be that the first condition will check to see if the Product Name is the same (i.e. "M4*12 Screws"). If it is not the same, the second condition checks if the Status in the Order List has been set as Received; if so, Create item.
The Update Item in Inventory List is still causing me issues with the error above. I cannot reference the Get Items to Update the items in it. But I'm not sure how to work around this.