Question
Get all the keys and values from an array or collection in WF Fusion
How to get all the keys and values from an array or collection in WF fusion to form a string?
let's say below is a collection coming from previous module:
- definition (Collection)
- plannedStartDate:$$TODAYby
- plannedStartDate_Mod:between
- plannedStartDate_Range:$$TODAYey
- portfolioID
- portfolioID_Mod:notblank
I want to form a string like this:
- portfolioID_Mod:notblank,plannedStartDate_Mod:between,portfolioID
Any help will be appreciated.
Thanks