Hi,
Is there any way to combine these two functions into one?
What I mean is that one button should collect the entered values from the textinput into a collection and separate them.
ClearCollect(TAGI,{Tags: SearchTags.Text})
ClearCollect(TAGISHOW,Split(First(TAGI).Tags,";"))
Greetings