Hi,
I am trying to get my app to work so that upon submission of a form, it updates the edited record with a flag to idenfity which records have been changed and which have not.
So I would have a column 'Edited Flag', which is automatically 0 (or just blank if that's not possible), and when a said record has been edited and the form submitted, this then get's changed to 1, to signify that this record has been changed.
I have been trying to use something like updatecontext, and set functions but can't find the correct formula. What would the formula need to look like?
Thanks.