I have a Sharepoint List (Skills) with a multiline text field (SkillList) that has comma separated values. I would like to have each skill which is delimited by comma listed in a gallery.
Example of the SkillList column:-
PowerApps, PowerBI, Power Automate, Azure
Would like to have the above data listed in a gallery as below:-
PowerApps
PowerBI
Power Automate
Azure
Have tried with few formula that were available in this forum. Struggling to get it working when it comes to Split.
Tried Split(Skill.Skilllist, ",") but it does not work.
Looking for guidance here.
please try this:
Clear(MyCol);ForAll(Skills.SkillList,Collect(MyCol,Split(SkillList,",")))
Sik
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2