How do i make use of formulas to process arrays/lists?
Thu, Jul 20, 2017 at 9:13 AM - When you have a List (a type of Array) returned to you, you may only want specific sets of information. For example, the image below shows the step output for a search accounts action. Here, a List of Account objects is returned containing all of the fields displayed under it (Name, Sub accou...