Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Update table records in form

Topic Labels: Views
Solved
Jump to Solution
1678 2
cancel
Showing results for 
Search instead for 
Did you mean: 
Alexandre_Husse
5 - Automation Enthusiast
5 - Automation Enthusiast

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

1 Solution

Accepted Solutions
Databaser
12 - Earth
12 - Earth

Hi @Alexandre_Husset

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.

See Solution in Thread

2 Replies 2
Databaser
12 - Earth
12 - Earth

Hi @Alexandre_Husset

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.

hello,
thanks for your answer that’s what I did but I thought that there was maybe another solution.

Alexandre