Adding Rows to a Google Sheet via Flow Not working

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?

  1. What do you mean not working? Are the conditions met? Is there any error messages for the run?

  2. Do you have a screen shot of the activity page for the run?

  1. No rows are being added to the google spreadsheet is what’s not working.

    1. Not getting any error messages for the run
  2. Screen shot included:

What is in your “Add row to spreadsheet” action?

Here are the add to spreadsheet actions:

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.