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).
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
… 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.