User Activity

I'm making a Custom Action API call to a target system (Maxio).As part of this, I need to be able to pass two dynamically generated arrays of name:value pairs each time - one contains a list of restricted_products and the other a list of restricted_c...
HiI’m making an API call that returns an array of invoices. Nested inside each invoice is an array of discounts.  Here’s a screengrab of the (cut down) Response Body for the step so you can visualise the structure…It’s a snap (as US folks would say) ...
I was today years old when I came across this simple solution so thought I'd post it!I often find I want to concatenate two or more strings together, usually when trying to formulate a friendly error message for a log or an email to a human when some...
I’m working on a solution which needs to lookup a unit price from an API call.  The JSON returned by the API call includes an array of Prices in the following format:starting_quantityending_quantityunit_price11009.991012008.99200NULL7.99I have a Quan...
HiAnother simple question that I just can't seem to figure out I have a Recipe that currently triggers when a new (single) record is (manually) created in a Data Table.  And it works very nicely.I want to modify the solution to handle multiple rows ...
Kudos from