Write Row ID to column?

FAN-TAS-TIC

Has anyone tested this…I burn a lot of UniqueIDs emulating this in my App.

@MattLB – Catching up on these threads… :sweat_smile:

Yes, I’m using this a lot in some recent builds, e.g.

  • Trigger custom workflow when a user updates their profile
  • Add a new row to a separate table called Update Logs
  • Save the Update Logs row ID to a Latest Update ID column in the Users table

Then I can create a relation against that Latest Update ID column to help with things like debugging or cross-referencing records.

That’s one very common use case and I think the main drive for this feature to be released :wink:

1 Like

For some reason it doesn’t work for me. I specify the column, but nothing is written there.