Delete A Row in Google Sheets not working

(Yun) #1

As per ss above, I’m showing all the “Item” details from the a response path of the user ("Metadata’).
Then, I will show a Yes/No option to my user, asking them if they want to delete all of the order.

If yes, it will delete the whole row that have the same response path of the user.

However, this had not been working.
I’ve put {{bot_new_message_bought.response_path}} under the Row ID in the ‘Delete a Row’ action but to no avail.

(Kellsey Shaw) #2

Hi Yun,

The user’s response path is not the row ID. You would need to use the Row ID. If you’ve used the Search Row previously, you should find the Row ID as one of the available outputs

(Yun) #3

Hi Kellsey,

Thank you for your prompt reply!
It’s working again.

Thank you