Hi,
i want to update a connected record with the record ID from the user. The record id from the user is pulled from an API and stored on the record. However, when running this table rule, the connection is not being made.
What am i doing wrong?
Hi,
i want to update a connected record with the record ID from the user. The record id from the user is pulled from an API and stored on the record. However, when running this table rule, the connection is not being made.
What am i doing wrong?
Hi @slimpens , for this rule to work you would need user exists-recordid field to be a join field also. If you want to update a join field from a text value, you can use the ââconnection field pluckerâ pipe, itâs quite simple and does the job.
On a more technical level, the reason it doesnât work is that connection fields are actually and array containing a record ID and a value to be displayed, so you canât give this array as a value to a text field.
Let me know if you need help with the connection field plucker pipe.
Hope this help!