Hello everyone,
Can somebody please help me with a setting a dropdown list condition?
If(CreateTicketScreenCategoryDropDown.SelectedText.Value = "PC for new employee", CreateTicketScreenPriorityDropDown.SelectedText.Value = "HIGH", " ")
Just want to set the priority Value to HIGH when the category is "PC for new employee".
Thank you very much for help!
Solved! Go to Solution.
Hi @jakubz ,
Try below code if it helps.
CreateTicketScreenPriorityDropDown Default: If(CreateTicketScreenCategoryDropDown.Selected.Value = "PC for new employee", "HIGH", " ")
You need to add this in CreateTicketScreenPriorityDropDown Default property.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Hi @jakubz ,
Try below code if it helps.
CreateTicketScreenPriorityDropDown Default: If(CreateTicketScreenCategoryDropDown.Selected.Value = "PC for new employee", "HIGH", " ")
You need to add this in CreateTicketScreenPriorityDropDown Default property.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
If this post was helpful or you need more help please consider giving Thumbs Up and Tag me in your reply I'll be happy to help. If this post helped you solve your issue please click Accept as solution and provide Thumbs Up. This will help others find it more readily.
Please share a bit more information like is the dropdown inside a form ? or
Sorry, this did not help.. the text value is still not changing..
No, only thing what is set are items:
["LOW", "MEDIUM", "HIGH"]
User | Count |
---|---|
165 | |
91 | |
67 | |
64 | |
63 |
User | Count |
---|---|
211 | |
157 | |
93 | |
81 | |
71 |