I have a regex that extracts hashtags from a text. In my workflow I have “hashtags (data is set as a list) add input value:extract with regex”.
But the problem is that while it extracts #word and multiple #words if there are several, it adds them to the hashtag list as 1 item. When I look up how many items in the list, it says 1 even when there are mutliple hashtags in the text itself. I need a way for each #word to be added to the hashtag list as an individual item. So if there are 3 #words then there are 3 items in the list.
I have a thing called a post, with a field called “post text” and “hashtag” (hashtag is a list of texts).
Post text= input value
Hashtag= input value:extract with regex (regex extracts hashtags)
When I look at the app data, if a user posts: #word#word#word,
the field for hashtag lists #word, #word, #word
so far so good, but when i try a repeating group or i try to use dynamic text to display the first item of the hashtag, it lists #word#word#word as 1 item in the list. They are grouped as 1 entry.
I need a way to make them separate items in the list of hashtags so that i could have text that displays the 1st item, 2nd item, etc.
Oh wow, thank you. I dont know how I missed the “set list” function in the workflow. I tried it before but it was giving me an error, I saw your thing and said “hey i tried that why does it give me an error though?”
and I cleared that field box in the workflow step and put it in again and it let me do it. Thank you for sharing! I will test it again but it worked so far. Thank you!!!