Hi,
The goal of this flow is to find orders that haven’t been delivered in 15+ Days end up on a google sheet. Attached are screenshots of the setup.
Hi,
Can you please provide more details?
-
What do you mean not working? Are the conditions met? Is there any error messages for the run?
-
Do you have a screen shot of the activity page for the run?
What is in your “Add row to spreadsheet” action?
Sorry for the delay. Initially I didn’t notice anything wrong, but I see you are using {{ order.displayAddress }} which is an object not a field and there is no way to just print that out. Try substituting, {{ order.displayAddress.address1 }} to see if it works.



