🍬 Get my free video course, access to my free community, and, if you would like, you can book a call with me here: go.superpowerlabs.co/opt-in-page-page ⬅
Hello @PowerAppsTutorial I hope you're doing well. I've been trying to utilize the functions MicrosoftTeams.GetAllTeams() and MicrosoftTeams.GetChannelsForGroup().value (please correct me if these aren't functions) along with two dropdowns to display the teams and channels to which the user is subscribed. My goal is to make this dynamic so that I can send a file to any team/channel I select. However, for now, I can only send it to a single channel and team, even though all the ones I'm subscribed to are appearing. To initially address this, I wrote the following in the first dropdown: Index(MicrosoftTeams.GetAllTeams().value;4). This displays only the team I want, but even after selecting index 4, the dropdown remains blank, resulting in the following error: microsoftteams.getchannelsforgroup failed: The "getchannelsforgroup" function has an invalid value for the "groupId" parameter - a blank value was passed where it wasn't expected. Please check if a valid argument was passed to the function. Could you help me with this issue? I've set up the flow in Power Automate using PowerApps v2. If you know how to make it dynamic, I'd be even more grateful.
Hey Darren, awesome series of videos ...newly subscribed. I am using a choice box to auto fill in a form. The text inputs work fine my issue is the dropdowns wont come in with the .selected based off the combo box etc... how should I go about formatting the dropdowns to pull the selected dropdown from the combobox...btw I am using Dataverse tables and canvas app
Hello, may I ask if you explain how to make drop down required? I tried to put the following formula but I got error . If(Reason.SelectedText.Value) = true. Can you help please?
Hi actually I was using a List in Share point . In That List there is column where we can search and select employee id(People type) . When I am conneting that with EDit Form I am getting a drop down list where if i search and click user id and save it will save in that list But When I am Trying select Default Selected Item as Office365 user Id it will select but after saving the form it will not send that data to list as There was no click operation from suggestion box. If you have any idea Please share ?!
Could you join and paste your question on my FREEcommunity: www.skool.com/power-apps-community/. Right there, you can also paste screenshots of your challenge😃
🍬 Get my free video course, access to my free community, and, if you would like, you can book a call with me here: go.superpowerlabs.co/opt-in-page-page ⬅
Hello @PowerAppsTutorial
I hope you're doing well.
I've been trying to utilize the functions MicrosoftTeams.GetAllTeams() and MicrosoftTeams.GetChannelsForGroup().value (please correct me if these aren't functions) along with two dropdowns to display the teams and channels to which the user is subscribed. My goal is to make this dynamic so that I can send a file to any team/channel I select. However, for now, I can only send it to a single channel and team, even though all the ones I'm subscribed to are appearing.
To initially address this, I wrote the following in the first dropdown: Index(MicrosoftTeams.GetAllTeams().value;4). This displays only the team I want, but even after selecting index 4, the dropdown remains blank, resulting in the following error: microsoftteams.getchannelsforgroup failed: The "getchannelsforgroup" function has an invalid value for the "groupId" parameter - a blank value was passed where it wasn't expected. Please check if a valid argument was passed to the function.
Could you help me with this issue? I've set up the flow in Power Automate using PowerApps v2. If you know how to make it dynamic, I'd be even more grateful.
Thank you for the super clear explanation. I have been trying to figure out how to get another column into the text label for DAYS!
You're welcome! Join our free community so you don't get stuck like that for long. 😋👍
www.skool.com/power-apps-community
Great video! How did you setup the example outlook data for this tutorial?
Oh that easy, you can create a sharepoint list with the required columns, update the data as needed then connect it to your application😊
Awesome video
Glad you enjoyed it
Great tutorial. Is there a video showing how you put that Window with Full Names, Email, Business Phone, etc. on the screen?
🍬 Get my free video course, access to my free community
www.skool.com/power-apps-community ⬅
Thanks!@@PowerAppsTutorial
Hey Darren, awesome series of videos ...newly subscribed. I am using a choice box to auto fill in a form. The text inputs work fine my issue is the dropdowns wont come in with the .selected based off the combo box etc... how should I go about formatting the dropdowns to pull the selected dropdown from the combobox...btw I am using Dataverse tables and canvas app
Can you post your question on my FREE community for quick help, attach screenshots as well when you post🙂: www.skool.com/power-apps-community
Many thanks!
You're welcome!😀
thank u man u saved me
Glad it was helpful 😊
Do you have the link to the Combobox Vid? Cant find it on your channel
Are you having a challenge with combobox, post your question to my FREE community for quick help: www.skool.com/power-apps-community
My dropdown list a table, how do I save the option selected in the SP list? Thanks
You can do this with a patch function.
Are you trying to patch back the same table of the dropdown list?
Thank you!
Be sure to join our free community here for more tip & tricks: www.skool.com/power-apps-community
Hello, may I ask if you explain how to make drop down required? I tried to put the following formula but I got error . If(Reason.SelectedText.Value) = true. Can you help please?
Use the IsBlank function. e.g. If(IsBlank(Dropdown1.Selected.Value), true, false)
Hi actually I was using a List in Share point . In That List there is column where we can search and select employee id(People type) . When I am conneting that with EDit Form I am getting a drop down list where if i search and click user id and save it will save in that list But When I am Trying select Default Selected Item as Office365 user Id it will select but after saving the form it will not send that data to list as There was no click operation from suggestion box. If you have any idea Please share ?!
Could you join and paste your question on my FREEcommunity: www.skool.com/power-apps-community/.
Right there, you can also paste screenshots of your challenge😃
Post your question to my FREE community for quick help:
www.skool.com/power-apps-community ⬅
@@PowerAppsTutorial Thank You
ok but how do I add an "ALL" selection to the dropdown list???
There are two ways to this,
Include 'ALL' to the datasource
or
You can allow for Empty Selection on the dropdown property.
SelectedText not work, someone can fix that?
Can you try using 'Selected.value' 😊