Is there any way to change the user input field based on the how / what the user inputs in the previous fields before pressing “Okay”?
Specifically, I have a user input prompt where I ask i) whether the user wants to overwrite the current file ii) whether the user wants to delete the original file and iii) other bits.
Should the user elect to overwrite the existing file then clearly they do not want to delete the original file.
The current treatment is for the delete original file input variable being set to no (the default value) in the macro with an appropriate message to the user.
Would ideally like to grey out that input field should the user elect to overwrite the original file.
Would like to avoid cascading user prompts which is why I elected to message the user that electing to overwrite results in deletion being set to no.
Thanks.