I'm using pre-filled forms in an automation to update a value in the Main table. (The form of course creates a new record in the Updates table.)
The update form that works is updating a Single Line text field in the Main table, with a value coming from a Single Line text field in the Updates table.
Where I'm have trouble is when the fields to update in the Main table are either a Date field or a Single select field. In those instances, the target field in the Main table does not get updated, and is now empty.
I guess there's a compatibility problem with differing field types. I tried making the field type in the Update table Date fields or Single select fields (with the selectable items in its drop-down.)
I get this error in the automation:
How can I fix this?