Feb 01, 2021 06:32 AM
Hello All,
I have some fields in my database that are mandatory at different stage.
I want to do a form with the first fields for the first time, and then send another form prefill and update the record.
I do not see how to update. Is there a way to do it ?
thanks
Solved! Go to Solution.
Feb 03, 2021 01:26 AM
A new filled in form always creates a new record. So without some extra actions, u can’t use a (second) form to update an existing record.
You could try to receive the input of the second form in a different table and then use AT automations to update the original record (eg by selecting that (linked) record in your form). Just a thought.
Feb 03, 2021 01:26 AM
A new filled in form always creates a new record. So without some extra actions, u can’t use a (second) form to update an existing record.
You could try to receive the input of the second form in a different table and then use AT automations to update the original record (eg by selecting that (linked) record in your form). Just a thought.
Feb 03, 2021 01:44 AM
hello,
thanks for your answer that’s what I did but I thought that there was maybe another solution.
Alexandre