Hi,
General question, is it possible to use the attributes rules to insert records from one table to another using arcade. I can't seem to find any documentation stating that it is but I am hoping to get some answers. If this isn't possible, then I will stick with modifying my python script in conjunction with the other attribute rules that I have already created.
Solved! Go to Solution.
Yes, this is a task Attribute Rules are somewhat commonly used for.
As an entry point:
To edit another table, you return a dictionary instead of a simple value. This dictionary requires certain keys, they are documented here:
Yes, this is a task Attribute Rules are somewhat commonly used for.
As an entry point:
To edit another table, you return a dictionary instead of a simple value. This dictionary requires certain keys, they are documented here: