Hi all!
I created a form where the user choses a linked record (from the same table as the record that will be created once he submits the form).
Then, I need an automation that updates some of the fields of that linked record (pulling information from formula fields of the record that was created).
So I created the following automation:
- When a form is submitted:
- Update record:
- I choose, in the field Record ID, the linked record and choose the Display Property ID)
![IMG_0879.jpg IMG_0879.jpg](/t5/image/serverpage/image-id/26410i924247B2A93DC9EE/image-size/large?v=v2&px=999)
- I select the Field I need to update, referencing the Formula field of the newly created record).
![IMG_0880.jpg IMG_0880.jpg](/t5/image/serverpage/image-id/26411i4DBB72F386D33D7C/image-size/large?v=v2&px=999)
When I test the automation, I get the result "Received invalid inputs" - the Record ID isn't found.
What am I doing wrong?
Thank you!