Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
in relation to this post, i am trying to iterate through a list of modifications within a push event in my gitlab repository. My current automation is triggered by a push event in gitlab. It then gets a list of modified items from this push event. This (seems to) work. I would then like to process every item in this push event one by one...
Example:
in a Loop Block to try to go through the delivered list.
I get everything done, but looping through the list of modifications...Is anyone able to help here ?
Many thanks in advance!
Hi @xyz_1011
I have created demo automation using Loop block to loop over all the items.
Could you please try it out and see if that works?
Thanks
Hi @xyz_1011
I have created demo automation using Loop block to loop over all the items.
Could you please try it out and see if that works?
Thanks
many thanks, @AfeefaTk !