Question
PowerApps CanvasApp: In dropdownAntenna I want to show first the already created Antenna's first (these are in the gallery) and with and extra item ...
PowerApps CanvasApp: In dropdownAntenna I want to show first the already created Antenna's first (these are in the gallery) and with and extra item "..." If the user clicks this "...' then I should be able to filter all the Antenna's names from Dataverse like items property of this dropdown now is: Filter(AntennaSpecs, Technology <> "TDD").SearchHWCatalogueName
This works fine but we need to reduce all the collections that's slowing down performance because we can directly use Dataverse.
I think we can use the "..." value that's not in the Dataverse in the OnSelect property of dropdown and then filter the table. But how to show the already created Antennas from gallery first?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started