Dear all!
I'm trying to check if my "select list" field contains the value a user entered and select this automatically if available (this works).
But if the value is not available I want to check before and send a notification. Instead I just receive an automation rule error.
Is there any way to lookup the select list items in Automation Rule?
Thank you!
kind regards
I'm sorry, the answers go in to the wrong direction.
I want to achieve something like this, where "EndCustomer" is my customfield of type "select list". So if the list doesn't contain the value I want to receive a notification.
Please try to stick to one conversation thread when posting. That will help others looking at this question in the future see if there were multiple possible solutions. Thanks!
Next, please post images of your entire rule and the audit log details for context.
Finally, please confirm the following:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Bill!
It's the second option, I want to check if a specific value is available in the list of values.
Thank you!
KR
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please see my earlier response: checking if a value is in the available values for a selection field is only possible by calling the REST API and comparing.
And...would you please clarify:
What problem are you trying to solve by doing this? That is, "why do this?"
Knowing that may help to reveal other solution approaches.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For a question like this, please post an image of your complete automation rule, images of any relevant actions / conditions / branches, an image of the audit log details showing the rule execution, and explain what is not working as expected. Those will provide context for the community to offer ideas. Thanks!
Until we see those...
To find all possible values for a select field, an automation rule would need to call a REST API function, such as this one, using the Send Web Request action:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Juergen Holzer
Kindly refer to the document and you should get some hint for your senario.
Please accept and vote the ans if this helps.
Thanks
Asha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.