I have a flow I am building that will take the response from a form question and input that into a spreadsheet. One of the choices from the form will be Android Device and but when it goes into the form I need it to be all lowercase and spaces removed. It would look like this: androidevice. What do I need to put into the add row in table excel module to change it to lowercase and remove the spaces? Thanks!
Solved! Go to Solution.
Try this expression:
trim(toLower(Your data from Forms here))
Try this expression:
trim(toLower(Your data from Forms here))
User | Count |
---|---|
95 | |
47 | |
21 | |
19 | |
18 |
User | Count |
---|---|
137 | |
53 | |
42 | |
40 | |
28 |