Weird bracket on formmenu

Claimant not at fault (Situation prevented reporting) {formmenu: ; was unable to reach the department to get answers; had received conflicting, changing and or confusing communication from the Department; had received conflicting, changing and or confusing communication from the Employer; was living with or was escaping from domestic violence or other threats; asked for a reasonable accommodation from the department for a disability but did not receive one; unsuccessful attempt in contacting the department; had a disability; had a health emergency; someoam ne in my care had a health emergency ; lack of housing; had limited ability to use, or understanding of digital tools; lived in an rural area with longer than typical mail delivery; name=Prevented; multiple=yes}
{if: prevented=""}Case: {=`p-opwa case#`} - {=`typeofissues`} - Allow - Claimant had a situation that prevented proper reporting. Claimant is not at-fault for OP and met E&GC, Waiver Approved. {else} Case: {=`p-opwa case#`} - {=`typeofissues`} - Allow - Claimant {=prevented} and a reasonable barrier related caused the OP{endif}which prevented proper reporting. The Claimant is not at-fault for OP and met E&GC, Waiver Approved.

there is a weird bracket on what is prevented, why?

Hi @F540,

You have enabled the "multiple" option in the dropdown menu, causing the selected values to appear as a list enclosed in brackets. To display only a single value without brackets, you can disable the "multiple" option. If you want to select multiple values, you can use {=join(prevented, "BLAZE_AND")} as explained here.