I’m trying to check if a user has inputted any value into a specific cell in google sheets. If they have, then continue with workflow, but if they haven’t, then keep looking until the cell has a value. How can I do this?
The steps in questions are:
Get cell >> Get Range Values
I dont want to get the range values unless the user has inputted a value in the cell I’m getting with Get Cell.