Automation steps help please

Hi @mikemitch,

Two quick observations based on those screenshots:

  • In List rows in MTO: the filter is using “All”, which will be an array (a list of) records. In this step, you’re trying to find all MTO records which match the newly created row in FABRICATED, right? You’re likely looking for a single value in MTO (i.e. an ID) that matches what is in FABRICATED, not a list of records.
  • In Iterate on items: you can iterate on the IDs, but just so you know, there’s a link to the right of the List rows in MTO (in the pop-up that appears) that says “Select”. This will give you access to all records, not just the IDs, when you iterate. This is useful for the next step, Update a row in MTO if you wanted to change the STATUS to something other than “{ID} FABRICATED”.

If you’re running into issues with the workflow, the first bulletpoint is probably the cause, it’s just not finding the correct records in “MTO”. If you want to debug what the List rows in MTO node is finding, you can click the “Test event” button and inspect the output in the “Show payload” pop-up.

Cheers,

Peter Evans