Hi all,
I’m new to Foundry and trying to use automate for the following:
- Run over all of a particular object type and see if the value of a particular property is in certain ranges
- Create a new object of a different type, with its properties based on the range of the original object’s property
For example, look at every object of type XYZ, and make an object of type ABC with property a being set based on property b in XYZ.
I’ve tried using:
Condition: Run on all objects
Action: Create object
But then the options for the parameters for that action seem just to be static, or just the exact value of a property in the original object.
Thanks in advance for any assistance