I made a flow that reads rows and sends it to telegram 1 by 1 with increments (inc++).
But the i faced ths problem,
when the flow comes to no data row, the Google sheets Get row action is gives me error and just stops instead of go further. I set the flow go futher if found empty cell but it didn't reaches that action logic. How can i solve it? is there any if Cell empty command or in case error command?