but i am creating the row in Google Sheets only when the number of sessions is greater than 2, so it looks like this: i am creating a new row once the company has 3 sessions, i create a row with Name and Domain. The next column is Update row, and i am updating Number of sessions. These columns start running at the same time so i am afraid that Update column will run slightly before the Add row column and it will cause the row not to be updated because it wont find this row (because it doesnt exist).