Hello Everyone,
Good day!
I would like to ask if there's any way to get id's on a string and make it an array.
Example string:
#1234 loreim xd test #1422
I have manage to get id using expression split(split(trim(items('apply_to_each_here')['Short Description']),' ')[0],'#')[1]. This will get #1234.
But what I need is to get all ids staring with '#' and make it in array. How to make these possible?
Thanks in advance for your help guys!

Report
All responses (
Answers (