Create row is not working

Hello! My create row in Google sheets is not working. It worked two days ago, but doesn’t anymore. I can’t find any mistakes or problems. The only problem is create row block. I thought it was if-else block, and checked it with labels. It worked until the create row block. Thank you in advance!!

fisrt|690x398

1 Like

Create row fails if there is an invalid character in one of the fields or in the sheet name.

First change the sheet to sheet1 (default name) and see if it works otherwise try to test one column at a time by providing a text value similar to what you did in the last column.

Thank you! One of my variables was null, thats why it didnt worked.

1 Like