Replies: 1 comment 1 reply
-
Hi @jmfloyd4 You could try using a JSON Column to store the rows that have been changed? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
I'm writing an application where we would need to email through a summary of what was updated in a row.
i.e. When updating a row, send an email saying:
"Old First Name": Bob
"New First Name": Fred
I started doing this by making an Automation with an App Action. I was passing in each individual field's old value (from the data provider on the updatee) page to the automation.
Then I was querying the updated row in the automation, and comparing the App Action field with the updated query.
It's quite a big form, and there's plenty of them all different - so I'm hoping for a more efficient method than this?
Is there a way to pass an entire Data Provider object with the old form data into an automation to compare?
Appreciate any help.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions