Re: Combobox - for selected items return different sharepoint column
What is the best ideal way of accomplishing the above-mentioned Text Box output within Powerapp?
Hello, @Franklin_vaz this is what i would advise.
Create a Text column in the sharepoint, perhaps.. name it (Whom to Notify).
Then whenever you are selecting the Bucket, base on the option you have, you can use a switch function to write into the Text input.
for example:
Switch(BucketDatacard.Value,
"PM Team","Email Notification would be sent to TeamA",
"Tech Team", "TeamB would be notify via Email") This is going to be Dynamics, and it would be showing in the text input base on the selected bucket value.
find attached the GIF for example.
let me know if this helps.