Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
micklesj
Contributor II
Contributor II

Qlik Sense Automation Push Apps to GitHub - is creating repository but fails on pushing app

Hello,

I have an issue where we have a space in the Qlik Sense "space" naming convention.  I followed the video about this on how to create a variable and replace the space with a dash, and it does work in the sense that it creates the repository in GitHub with the dash in it.  However, it then fails right after that and doesn't put the app in the repository. Please see attached images to show exactly what I am doing and what is happening.  I am so grateful to anyone that can help.  When I use the automation for any Qlik Sense Spaces that do not have "spaces" in them it works fine.  Thank you!

Labels (2)
1 Solution

Accepted Solutions
igoralcantara
Partner - Specialist
Partner - Specialist

That is the problem, Replace it with this:

 

{replace: {$.getSpace.name}, ' ', '-'}

Check out my latest posts at datavoyagers.net

View solution in original post

7 Replies
Michael_Tarallo
Employee
Employee

I don't have an answer just yet - but getting someone for you.

Regards,
Mike Tarallo
Qlik
igoralcantara
Partner - Specialist
Partner - Specialist

Good day!

I am the author of this video. I am reading your document between my meetings. I will get back to you soon.

Check out my latest posts at datavoyagers.net
igoralcantara
Partner - Specialist
Partner - Specialist

I see that the variable vSpace is not replacing the space for a dash.

On that block, can you disable the "link" feature and check if the Set Value looks like the one in the image?

igoralcantara_0-1720712889783.png

 

Check out my latest posts at datavoyagers.net
micklesj
Contributor II
Contributor II
Author

Hello hello!  It is close but not quite, it looks like this.  I did notice that when I am in the formula to do the replacing, it doesn't appear to be putting a space in even though I hit the space bar.  Can I just modify it as it is below by manually putting in the missing ''?  

micklesj_0-1720713081269.png

 

 

micklesj_1-1720713291554.png

thank you so much!!!!!

 

igoralcantara
Partner - Specialist
Partner - Specialist

That is the problem, Replace it with this:

 

{replace: {$.getSpace.name}, ' ', '-'}

Check out my latest posts at datavoyagers.net
micklesj
Contributor II
Contributor II
Author

It worked!!!!  I manually put in the ' ' where it was missing and now it works!!!!!!  Thank you so very much, I am so grateful!!!  

igoralcantara
Partner - Specialist
Partner - Specialist

I am glad to help.

When you can, please mark my previous answer as the solution.

Check out my latest posts at datavoyagers.net