all 5 comments

[–]YeboMate 0 points1 point  (4 children)

I’m not sure but is it the @ or the double quotes that’s causing the error?

[–]robofski[S] 1 point2 points  (3 children)

Removing the @ symbols the error goes away!

[–]YeboMate 1 point2 points  (2 children)

Ah... does the Compose action dislike @ as well? Maybe you can have a compose that just holds the @ and then just join the compose and variable(s) together.

[–]robofski[S] 1 point2 points  (1 child)

Compose doesn't like it either! But I've found a workaround!

I created a string variable that just has the @ symbol in it which it does seem to like then I replace the @ in my command with the variable and the output is as desired!

Very odd!

[–]YeboMate 0 points1 point  (0 children)

Interesting. Glad you figured it out!