Pls try the following it will fix.
Access the Multi-Select Control: First, make sure the multi-select field has a unique ID or class that you can target with JavaScript.
Get the Selected Values: Use JavaScript to retrieve the selected values from the multi-select field. In Power Pages, the multi-select field stores values as an array, so you can loop th rough the selected options.
Check Which Fields are Selected:You can use the .map()
or .forEach()
method in JavaScript to get the selected values and then determine which fields to show based on the user’s selection.
Show/Hide Fields Based on Selection: Use JavaScript to show or hide the corresponding fields based on the values selected by the user.
WarrenBelz
146,670
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,004
Most Valuable Professional