Hi Community
First post newbie here but wish I had signed up sooner.
Have picked up Flow recently and now have working automations for product data and metadata. One of my metadata fields is a unique product ID that I want for easier product identification. There’s probably an easier way to update this field but I ended up using a spreadsheet with 3 columns:
Product.Handle / Product.title / ID
The ‘ID’ column (3rd column) is prepopulated with an incremental ID number and I want to add the product handle and product title in the first two columns.
The workflow comes back as completed without error but no data has been added to the google doc. The add row to google sheets step has picked up the correct values for handle / title from the correct worksheet but the output of the script is NULL with an error message: ‘The action does not return data so the output will always be NULL’
Screenshots are below, any help would be appreciated.
…
This is my workflow and variables in the Add Row to Google step.
This is my google doc
This is result after a new product was created (Title and handle = ‘Dummy Product’)


