Good Afternoon
I'm trying to get values from SharePoint choice columns Route and Depot (see picture below):
The part I'm struggling is to get cumulative value for each item separately because when I'm applying Append to string variable, in out put I'm getting accumulative value from all items
Your help would be much appreciated.
Kind Regards
Daniel
Solved! Go to Solution.
After each iteration of your outer loop (apply to each 2) you'll need to reset your Depot variable (i.e. set variable to blank).
So add a set variable right after your last compose to reset it for the next loop.
Now you'll have to do something with the data before you reset it (whatever it is your doing for each item)
After each iteration of your outer loop (apply to each 2) you'll need to reset your Depot variable (i.e. set variable to blank).
So add a set variable right after your last compose to reset it for the next loop.
Now you'll have to do something with the data before you reset it (whatever it is your doing for each item)
All works, you're the man, thank you very much for response, pint on me.
You're welcome...and I wish 🙂 Cheers.
User | Count |
---|---|
27 | |
16 | |
15 | |
12 | |
11 |
User | Count |
---|---|
43 | |
30 | |
28 | |
24 | |
23 |