Hi,
I have created a script to add a few custom parameters to a specific project. The script is working well, but I am trying to create a dialogue box with some conditions like,
- if the parameter is added, the user should be able to see a message that the parameter is added,
- if the parameter already exists, user should be notified that the parameter already exists, and
- if the parameter cannot be added, the message should say that the run was unsuccessful.
Is there any way to get an output similar to this?
Any help is appreciated.
Thanks