for each logic
Is is possible to have a "for each" loop on an action? Similar to Javascript, where you can iterate through an object and select and manipulate specific children. In my scenario I need to transfer selected elements from one datamaster over to a different datamaster. I have it working so I can transfer and create one selected record at a time (action > datamaster > new + filter expression) but my application requirements allow users to select and assign multiple items at a time. When there are multiple items selected it just concatenates the selected attributes together.
Yes, using "On Variable Change" events, and a variable. The attached prototype is an example. It's a little complicated but here's how it works in general:
Yes, using "On Variable Change" events, and a variable. The attached prototype is an example. It's a little complicated but here's how it works in general:
Yes, using "On Variable Change" events, and a variable. The attached prototype is an example. It's a little complicated but here's how it works in general:
Yes, using "On Variable Change" events, and a variable. The attached prototype is an example. It's a little complicated but here's how it works in general:
Replies have been locked on this page!