For solving the requirement ,we will first of all create a text formula field to convert the multi-select picklist selected values into a string and then based on that implement the show/hide of quick action.
Below are the steps provided to follow the requirement.
You can fetch the raw code reference in the image here
We can use the formula field and check if it contains a value for example
Record.FormulaFieldName contains Demo1;
OR/AND
Record.FormulaFieldName contains Demo2;
Basically dynamic form features allow you to create a dynamic user experience by showing or hiding fields based on certain criteria. We can use the formula field and make it work as expected in the requirement.
I hope you find this post useful! Catch you in the next content.
And thank you for being an awesome reader.
Share and grow together !!
If you have any doubts you can comment down below, I will try to reply ASAP.
Also keep visiting us, for more such content!