Propper way to thank anyone on this forum is
by clicking on UPVOTE button >
2022-09-01_202918.png
@WolfBeasty said in How to execute certain scripts based on what user selected. (If possible):
@GaG Ok thank you it worked :)! I also have one more question if you can help me with it. I have an option to put text into for example like an api key before you start the program but i cannot seem to get the text from what the user put so I can use it. I dont know if that makes sense but I hope it does. Below you can see the text input im talking about. I basically wanna do something like this use GET https://example.com/api-key={{API KEY}} something like that but of course replace the link with another link.
9515122d-df4d-4557-9131-315a7314e37f-image.png
Just create new resource of type "FixedString" and use it in the script
like you described.