Hi Folks,
Greetings!
I'm working on one scenario where, I have developed Dynamic controls in PowerApps gallery (Created CDS table where I have kept column name and Data Types for control).
I'm displaying controls in PowerApps gallery which created dynamic control based on datatype.
In the same I have also implemented the people control using combo box control in gallery, which is loading items from office 365 users.
When user selected any user from people picker on the OnChange property I'm calculating other Property like (Title, Email and JobTitle).
I want to set those calculated Title, Email, JobTitle values in the same gallery controls which is type of Text Input.
Can someone help me on this, how can I set all dynamic textinput values in gallery, which is available in collection, I can not set those property on default property of textinput because there i have written code to load existing item from CDS.
Is there any way to set those dynamic textinput property, once people picker value get change.
Thanks in advance!