Right now, I'm just trying to see if I can put values into a collection.
In my apps' OnStart event, I entered the function:
Collect(collActiveProjects, {FirstColumn: "Value1", SecondColumn: true}, {FirstColumn: "Value2", SecondColumn: false})
When I click on the View ribbon and select Collections, I can see the Collection and the two columns in the header row, but none of the data/data rows. Am I missing something?
Solved! Go to Solution.
Your code looks fine. I assume you just need to Run OnStart. This is because the app already open in edit mode and pressing play does not restart the app. See screenshot below for instructions.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
Your code looks fine. I assume you just need to Run OnStart. This is because the app already open in edit mode and pressing play does not restart the app. See screenshot below for instructions.
---
Please click "Accept as Solution" if my post answered your question so that others may find it more quickly. If you found this post helpful consider giving it a "Thumbs Up."
User | Count |
---|---|
184 | |
123 | |
91 | |
47 | |
42 |
User | Count |
---|---|
271 | |
159 | |
132 | |
85 | |
78 |