I’ve created 3 variable that contains full text body (that will be inserted in the body of email depending of what the user choose in the multiple choice selection.
I want to know if its possible to only put the words in the multiple choice input dialog instead of the full text (like in the below example) ?
What you need to know is the following:
The value entered as strbody in the input dialog will be inserted in the body of the email (see below)
Basically, it works at that moment, but I want to avoid to put the whole text in the input dialog multiple choice selection.
Thanks in advance to advice how to proceed to only get 1 word (that is linked with the whole text) instead of having the whole text in the multiple choice selection.
Create one dictionary variable and add keywords as Name and it’s full body as Value. So that based on keyword selection you can fetch corresponding value(body).
@mceYes, Is possible to keep only the words in the input dialog. Try this
in the input options array field {“OptionA;OptionB;OptionC”} follow this format and you replace the words within in the quotes that you want to mention
You should assign Input Dialog activity output to String variable but you are trying to assign it to dict variable because of that you are getting that error.