Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
xyz_1011
Partner - Creator II
Partner - Creator II

loop through files in repository

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:

  • I am pushing 2 modified script files to my gitlab repository: Script_A.QVS and Script_B.QVS
  • I am using 
    xyz_1011_0-1678960713352.png

    in a Loop Block to try to go through the delivered list.

  • I want to take the first item (Script_A.QVS) and reload it in an app.
  • I then want to take Script_B.QVS  and have it reloaded in an app
  • ...

I get everything done, but looping through the list of modifications...Is anyone able to help here ?

Many thanks in advance!

Labels (3)
1 Solution

Accepted Solutions
AfeefaTk
Support
Support

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

View solution in original post

3 Replies
AfeefaTk
Support
Support

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

xyz_1011
Partner - Creator II
Partner - Creator II
Author

many thanks, @AfeefaTk !

AfeefaTk
Support
Support

Hi @xyz_1011 

Could you please share the job run history by clicking on the Export this Run button and saving it as json file?

More info on exporting job history can be found here

Thanks