Hi all,
Trying to concat items in my gallery using the below formula but the value of my variable and result of the formula is very different (TextInput8.Text is blank even though it is not in the gallery). Any help would be much appreciated
Set(prevAction,Concat(Gallery12.AllItems,Label39.Text &": " &TextInput8.Text,Char(13)))
Think there was a problem because my gallery was in a form hence the concat formula didn't work. What I did to work around it was to create a button in the same gallery with the same formula and set the onChange property of the textbox to select the button.
hey @ccqn
can u try this:
Set(prevAction, Concat(Gallery12.AllItems, "Item: " & TextInput8.Text, Char(13)))
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
WarrenBelz
89
Most Valuable Professional
MS.Ragavendar
58
Michael E. Gernaey
42
Super User 2025 Season 1