Hi all,
I'd like to achieve something which should be simple, on the press of a button collect my data and then update the context of several items within the same page to not be visible. However it will simply not allow me to do this. Whether I use And, & or &&.
The collection works fine on its own as does the updatecontext requirement. Why?
What's my alternative? I tried putting the collection in a label to react to an if statement based on a true value from another box but didn't work. Just red lines it.
You can chain multiple functions together by separating them with a semi colon
e.g.
ClearCollect(colUsers, Users); UpdateContext({ locUser: First(colUsers).Name})
User | Count |
---|---|
196 | |
125 | |
86 | |
49 | |
42 |
User | Count |
---|---|
284 | |
159 | |
138 | |
75 | |
72 |