I have a Button field type that opens a URL that links to an Integromat webhook.
Integromat then runs some operations and should update the row where the button was pressed. I need to pass a row_id to the webhook for that to work correctly though.
Here is a desired URL format: https://hook.integromat.com/xxxxxxxxxxxxxxxxxx?customParam={Param column name}?rowid={row_id}
I’m can pass other column names, but I can’t seem to figure how to get the row ID. I’ve tried all sorts of variations of row_id, id, ID, Row ID, rowid - nothing seems to work.