Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all, running an automation to publish all sheets and then publish app whenever a new app is created in my space, please see the screenshot:
The automation successfully gets the app id I need, lists out all the correct sheet ids (unpublished sheets), and then DOESN'T successfully publish the sheets. The steps after that work - publishing the app to a managed space. As of now it publishes a blank app because the sheets don't get published. Can anyone help with this or is the block not working properly?
Hi @T-Lambourne , the Qlik team was able to identify my issue.
My Publish sheet block was publishing a list of sheets rather than the id, which wasn't going to work. This is the correct way:
As you can see we also changed around the automation a bit for a better result, which ran and published sheets successfully! Let me know if it works for you
Meghann
Could you share the editor diagram?
You might already have it this way but my first thought is that the Publish sheet should be a part of the List sheets block (See below).
Yes, I do have that set up in the same way.
I tried building it on my end as I was wanting something like this also. I received the same erroneous result. It seems to be b bug in the Publish Sheet block. Hopefully Qlik will resolve it soon.
If you do find resolution please post it here so I can get it also.
Thanks
Hi @T-Lambourne , the Qlik team was able to identify my issue.
My Publish sheet block was publishing a list of sheets rather than the id, which wasn't going to work. This is the correct way:
As you can see we also changed around the automation a bit for a better result, which ran and published sheets successfully! Let me know if it works for you
Meghann