Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
davinamoriau
Contributor
Contributor

Execute automation with reload automation for multiple apps

Hello,

We are working with an automation to reload data in the app by clicking on button in sheet.
Button is set with action "Execute Automation".

Only we use this methode a lot so we created multiple similar procedures to start reload data of this app.

Now I was wondering if we can do this all in 1 automation instead of multiple automations.
My thought was trigger reload button and define variable in automation that check the app id and start reload procedure of that app. Is this something that is possible?

Can anybody help me?

Kind regards,

Davina

Labels (1)
1 Solution

Accepted Solutions
J_Lindberg
Support
Support

Hello @davinamoriau , 

When configuring the button you select which automation to run.
Multiple apps can trigger the same automation.
In the automations "Do Reload" block you can add as "App Id" the value you get for App from the "Input" block. This would be different depending on which app triggers your automation:

J_Lindberg_0-1687361960997.png

 

Keep in mind that this approach for reloads will consume automation runs. An approach to avoid this could be to set the button's action to "Reload data". 

View solution in original post

1 Reply
J_Lindberg
Support
Support

Hello @davinamoriau , 

When configuring the button you select which automation to run.
Multiple apps can trigger the same automation.
In the automations "Do Reload" block you can add as "App Id" the value you get for App from the "Input" block. This would be different depending on which app triggers your automation:

J_Lindberg_0-1687361960997.png

 

Keep in mind that this approach for reloads will consume automation runs. An approach to avoid this could be to set the button's action to "Reload data".