Hi
In my app i need to make the option for the user change a specific column value of the galley chosen item
on the other hand the default value to be:
"Trim(part1&" "&part2&" "&part3)"
1. I choose text input (to make it possible to write an expression in the default)
default: Trim(part1&" "&part2&" "&part3).
2. Save button Patch function to save the new value that the user choose
it is not working
how can i do it?