I have different options which includes combination of Dropdown, Radio, Text box etc.. Need to execute different panel based on certain combination of above selection. Can some one help me how can control execution of specific panel
@saiprasadp101 for the community to assist you better please provide more context to your question. What are the inputs and what are some of combinations? What have you tried so far and what is not working for you? You can mock/anonymize any sensitive data or code before posting on community.
Based on the description, you would need an independent search which takes all possible combinations of input selection and sets the final token using search event handler. Then use the token as depends for specific panel (to hide/show panel) and search (to execute and stop required search).