I am new to the RoboCorp community and after going through older threads and documentations, I was still unable to find any means of taking a user input on RoboCloud when a process is run. I am not sure if this is something even possible and hence I thought this will be the right place to confirm.
My requirement in this regard wouldn’t be much, I just need a way to be able to provide a list of inputs when I run the process. Even the ability to do so at the very beginning will work fine with me. The inputs can be like username and password in case it is an automation that deals with logging in to a web platform.
My scripts will primarily be in Python, but if there is even a way to take inputs in the .robot file and somehow read them/pass them as parameters to the Python script, that will do for me too.
Creating an environment variable for this is not a preferable solution as the inputs can be different each time and I wish for someone with no technical knowledge/programming experience to still be able to run the processes whenever required.
Any help will be appreciated. Thanks!