Hello,
I would like to split the results of a Forms. However, I get a message "Expression is unvalide".
Could you explain me where I make a mistake?
1) I define a variable
2) I try to use the function "split" with ";" as separator
For example :
"ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8607-A | 02-11-2020 ; ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8608-A | Fiche technique - 02-11-2020 ; ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8609-A | - 02-11-2020"
to get
ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8607-A | 02-11-2020
ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8608-A | 02-11-2020
ICON-EXE-TTZ-FON-TS-DR-WBS-FTE-8609-A | 02-11-2020
Solved! Go to Solution.
You almost have it right:
split(variables('ListDoc'), ';')
You missed the single quotes.
Please...
If I answered your question Accept it as a solution ✔️
If I helped you out, please give me some Kudos 👍
Thanks 😙
You almost have it right:
split(variables('ListDoc'), ';')
You missed the single quotes.
Please...
If I answered your question Accept it as a solution ✔️
If I helped you out, please give me some Kudos 👍
Thanks 😙
User | Count |
---|---|
89 | |
40 | |
22 | |
20 | |
16 |
User | Count |
---|---|
136 | |
55 | |
47 | |
36 | |
25 |