Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

Macro Won't Run From Query

I am using the GroupInitiative API for 5e and I have 3 macros set up to roll, sort and clear the tracker. All three work fine individually.  I have a query set up so that I hit a button and it gives me a drop down to pick which one I want to do so I only need one button on my toolbar.  But none them work from the query.  Can someone advise what I am doing wrong?
1658331621

Edited 1658333469
Screenshots are great but it is also super helpful to post the text of macros so they don’t have to be retyped to make changes or fixes.  I think you just need to add a line break to your macro query call.  Edit: you need to have a space after the macro calls  and make sure there's no space before the macro names. ?{Which macro?|Roll,#Init_Roll |Sort,#Init_Sort |Clear,#Init_Clear } Or you can simply change the query to this: ?{Which macro?|Roll,!group-init|Sort,!group-init --sort|Clear,!group-init --clear}
Thank you!  I had tried both ways and couldn't get it to work but yours does so thank you.