Duplicate Record ID

Hi,

I have two separate tables in an app each containing a record that has an identical record ID. Has anyone seen this before and know how I might avoid this in the future?

Many thanks.

This is actually not avoidable. The records ids are only unique to the table, not to the entire app.

That’s good to know, huge confusion on my part earlier when I was trying to debug an Integromat scenario, getting mixed up between tables.

Thanks for the quick response :+1:

1 Like

Is there any way to avoid duplicate record IDs within a table? Running into challenges with two records sharing a non-case sensitive record ID.

Or is there any way to reduce the probability of two records within the same table sharing a record ID?

image