Hi @philifova
I think you can add first parameter in collection and on gallery you can add collection data. Please find following formula for solution.
Clear(separatedStrings);
ForAll(combinedStrings,
Collect(separatedStrings, {displayName: Substitute(First(Split(ThisRecord.Value,",")).Result, "displayName:", ""), iconUrl: Substitute(Last(Split(ThisRecord.Value,",")).Result, "iconUri:", "")})
)
-------------------------------------------------------------------------------------------
Regards,
Bharti
Community Support Team _ Bharti
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.