Hi,
I have a SharePoint list column called 'ResolveBy' where multiselect is allowed (checkbox). Each choice option has its own site.
Based on the option selected, i need to create that same list item in the selected site. I have successfully deployed the flow for single choice option.
However, I need to cater it for multiselect field. The flow fails as the selected option, it treats it as single string.
May i know how it can be catered for multiselect fields. My flow goes below
1. When a new item is created ----------->Switch('ResolveBy-Value') --------------> Create Item in subsite