Update connected fields by recordrules

Good afternoon,

I am trying to update a connected field with a record rule, but this does not seem possible. Does anyone have an idea?
I want to link multiple products to customers and vice versa (table customers and table products).

Thanks in advance!

Lilian

3 Likes

Did you make any progress with this. I am looking for similar - but each time I try I cannot update connecetd fields successfully

Has anyone found a solution?

I would also love to be able to have “Table Rules” to Update or Insert Connected Records the same way it happens with Form Rules.

@moe is this something worth adding to the Suggestion Box?

1 Like

I just came across this issue again. I have a text field with a connection ID, but I cannot use that ID to create a connection in the same table, using Table Rules :frowning:

… well I ‘can’ but only by using the Javascript pipe to concatenate the (single) text string and then pass this to the connection field. This works, but the pipe can be used once in a rule and so it means that a single connection can me made in each rule - this seems inefficient when I have 3 connections to create based on 3 text fields in same table row.