Hi.
is there any way to change max success/fail usage of resource in OnApplicationStart function?
And can i set a resource element's status to fail (not thread) and continue with next element notreused?
thank you.
Yes, you can us "Create Resource" action, which has
success/fail usage parameters that can be set. You can
also do other useful actions with yhat "Resources"module
Maybe you can delete element in case of fail, or move it
to other file or list. There is also parameter "notreuse" that
you can set.
@MAB-Tech There is too little information to assume anything.
Please answer the question, or better yet, attach the project that is causing the problem to the forum's private messages.
@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.