Hi All,
Working on an Ordering From which shows all products in a Gallery List, have a custom Text Field for Qty with default 1 with in Gallery List. Added a checkbox and want to make text field visible true or false with checkbox state. I am updating a variable on Checkbox state (check and Uncheck) however it changes the variable visibility for all items in Gallery. Need to restrict it to individual list item. Attached picture shows Qty text field showing for checked and unchecked list items, should be visible for checked list items only. Not getting any ideas.
Any help plz.
==== More Info ====
Going to test if I can check that if thisitem is in collection, if yes show else hide..
Solved! Go to Solution.
==== Solved ======
If(ThisItem in CollectionName, "true", "false")
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
192 | |
67 | |
46 | |
41 | |
22 |
User | Count |
---|---|
246 | |
120 | |
83 | |
76 | |
70 |