
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't have an answer just yet - but getting someone for you.
Mike Tarallo
Qlik

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day!
I am the author of this video. I am reading your document between my meetings. I will get back to you soon.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ''?
thank you so much!!!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That is the problem, Replace it with this:
{replace: {$.getSpace.name}, ' ', '-'}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It worked!!!! I manually put in the ' ' where it was missing and now it works!!!!!! Thank you so very much, I am so grateful!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am glad to help.
When you can, please mark my previous answer as the solution.
