I must be missing something simple, but can’t find any actual documentation about Salesforce Integration beyond the basic “How to setup” tab. It seems that despite checking the “Update Records” box, when a matching record is not found; no new record is created.
The Id value I’m searching for the existing record by is normally populated by running an API query. However, in this use case the value for the variable would be Null and thus it would not find a matching record in my SF environment.
Why is not creating a record? I would expect it to create the record and populate it with all the values I supplied via the Feathery form as soon as the data is submitted (Data Received trigger)