Hi,
I am trying to split a list column value that is separated by a comma. The column only contains two values that separated by a comma, (ValueA, ValueB). I will like then to take each value and assigned it to a variable, (varA = ValueA and varB = ValueB).
Her is what I have:
hi @antonio1974 excellent that reparate your values well now you need to get each value. What I suggest you is create two compose actions because yoy have 2 diferent values and inside of each one please get every value by following the next example
I'm going to asume that I created a compose value that has 2 values (Value1,Value2), that is call al array. Then to get just the first one I need to call it by adding [0] or [1] that are the possitions of my array. Every Array starts with 0 so in my example is going to be Value1.
So in expresion part I need to add something like this
@output('Compose')[0]
Proud to be a Flownaut!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
86 | |
60 | |
51 | |
44 | |
40 |
User | Count |
---|---|
87 | |
81 | |
76 | |
62 | |
44 |