Hi all,
I was wondering if there is a way to cycle over a list of values inside a playbook.
I've written an action inside my integration that fetch some data and return a json object, now I would like to repeat an action for every item of the json object.
Thank you in advance