Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have current process for Automation which is looping "MARKET" dimension and creating separate PPT file for each market and sends it out to me in 15 separate emails.
What I need is to merge these outputs into a single PPT file and sent to me via 1 email only. I was told that function "Loop and Reduce" would work, do you have any suggestion how should I amend my current process please ?
Current Process:
Many thanks in advance for your suggestions.
@mblaskodollar tree compass wrote:
Hello,
I have current process for Automation which is looping "MARKET" dimension and creating separate PPT file for each market and sends it out to me in 15 separate emails.
What I need is to merge these outputs into a single PPT file and sent to me via 1 email only. I was told that function "Loop and Reduce" would work, do you have any suggestion how should I amend my current process please ?
Current Process:
Many thanks in advance for your suggestions. kroger feed
You can export the Base64-encoded file from Qlik Automation and then use a GitLab API call (e.g., Create File endpoint) to push it into a repository. Decode the Base64 before committing if you need a readable file. Ensure your GitLab token has the right permissions for the target project.