You will probably need an api call that will return to you the row of the item you are hoping to update based on some unique field. Then you can pass that value into the update api call.
@williamtisdale Thank you for rply
how I do that? i am using update api and it actually works but statically not dynamically
I am saving data in google sheet(dynamic) but while updating I didn’t find any option to add in (Path) row
“If you want to return a specific record, append the object ID (which is just the row number) to the endpoint URL.” - This is from the Sheety Docs
Do you save the object ID for each “thing” in the bubble database? If not, then you should. If yes, then you can dynamically enter that in the “row” field.