Upcoming database upgrades. Airtable functionality will be reduced for ~15 minutes at 06:00 UTC on Feb. 4 / 10:00 pm PT on Feb. 3. Learn more here
Jun 04, 2021 03:01 AM
Hi everyone, I’m adding a button to my table, it’s a URL that includes a dynamic field agency_cardId from that table. It’s not accepting the syntax, any thoughts, please?
“https://d1s1fe8elvctzs.xxxxx.net/?cardId= agency_cardId &source=agency&token=123456789.123456789.123456789M#/”
Jun 04, 2021 08:09 AM
Buttons follow the same syntax rules as formula fields.
"https://d1s1fe8elvctzs.xxxxx.net/?cardId=" & {agency_cardId} & "&source=agency&token=123456789.123456789.123456789M#/"