Hi,
I am looking to create a power app that lets a user join a group in office 365 groups.
Essentially at the end the process will let a new user join the O365 group and that will use a flow to join a certain spo site & teams channel.
Is there a way in the power apps the user can enter there credtientials i.e email address for example for the flow action "O365-Groups-Add memeber to group" to run?
Or the person who is filling the power app how can you pre populate the user information when its loaded?
Solved! Go to Solution.
Hi @daniellemaree,
Yes, you can achieve this by first create below Flow:
In PowerApps,
Add a Text input control, and a Button control.
With the Button control selected, select Flows on the Action tab.
FlowName.Run(TextInput1.Text)
Let your users to fill the texinput control with the email.
Regards,
Mona
Hi @daniellemaree,
Yes, you can achieve this by first create below Flow:
In PowerApps,
Add a Text input control, and a Button control.
With the Button control selected, select Flows on the Action tab.
FlowName.Run(TextInput1.Text)
Let your users to fill the texinput control with the email.
Regards,
Mona
Hi Mona
Thanks, I have tested it and that works
With some logic in the next step depending on what O365 Group the user can choose from 34 groups.
How is it possible to add the conditional statement to the flow depending on what the group they select?
User | Count |
---|---|
140 | |
137 | |
77 | |
76 | |
69 |
User | Count |
---|---|
224 | |
186 | |
68 | |
64 | |
57 |