Hi All,
This is my first time posting on this forum and I'm still very new to BluePrism, so please forgive me if this is a stupid question :p
The novice way in which I'm handling optional parameters is €” when using inputs, the inputs' corresponding data items are set to an initial value of "UNUSED_PARAMETER". I then check if that has been overwritten, if so, then utilising the provided data.
I noted that in another forum thread, people recommended just leaving the string blank, and then doing a string comparison to check for an empty string, but this isn't viable for myself as an empty string is an acceptable/valid input in many scenarios.
Is there a smarter or more elegant way of going by this?
Thanks for your time :)
Regards,
Irwin