Questions tagged [power-platform]
The power-platform tag has no summary.
116 questions
0 votes
0 answers
32 views
"For a selected file" flow fails because the user is missing "prvReadOrganization" privilege
In a SharePoint library, I've implemented a button which should trigger a flow, for reference: https://learn.microsoft.com/en-us/sharepoint/dev/declarative-customization/formatting-advanced?source=...
0 votes
0 answers
71 views
Power Apps: Collection passed through JSON function dropping columns with null values
Cross posting from stackoverflow as I think this is a SharePoint issue... When I check my collection, all desired columns are shown, including columns with a null value. When I check the ProfileData ...
0 votes
0 answers
19 views
Can users modify the parameters been passed from Power Apps to Power Automate?
We have the following scenario: - We have a SharePoint list named WorkOrders (WO), where all users have read-only permission on it, while only operation managers can edit/create items inside it But ...
0 votes
1 answer
48 views
Who can use a child flow which I created to be able to delete sharepoint items
I have a solution inside our development power platform environment, The solution contains 1 power apps + 2 power automate flows. one flow is a child flow that runs under the service account and a ...
0 votes
0 answers
65 views
Replicate MS Forms into Power App
I have a MS Form that employees complete, power automate saves the responses and creates a planner task. I am wanting to create a power app to remove the need for the forms and to make it a better ...
0 votes
0 answers
54 views
Redirecting to the SharePoint Page from where the PowerApps form was launched
We have a requirement where we have a Feedback form (Power Apps) which will be accessed from the SharePoint Online's top navigation menu from any part of the page. Once the form is successfully ...
0 votes
0 answers
56 views
Getting Error when I click on Preview option in Power pages site
I created a Blank Power Page and added some random text content. Now when I click on Preview option (both in desktop and mobile), I am getting this error. Could not load file or assembly 'Microsoft....
0 votes
1 answer
507 views
When does a Power Platform connection get expired?
Sometimes in the rapid development tools offered by power platform such as Power Automate, we have lot of things that get created behind the scenes and which we are not fully aware of. For example, ...
0 votes
1 answer
430 views
Automated export of a SharePoint list, with multi selected choices columns
I have a SharePoint list that contains 8 text columns and 4 multi selected choice columns. and I want to automate a daily export via power automate. find my flow down below. The problem is I don't ...
0 votes
1 answer
333 views
Can I get the content on an HTML file stored in SharePoint Online using Power Automate?
I have some HTML files stored in SharePoint. Is it possible to retrieve the content in the file e.g target the body element or better get the whole table element. My goal here is to retrieve the ...
0 votes
1 answer
530 views
How to concatenate variable and collection to string to use with label - Power Apps person field
I have a person field (Multiple selection). When a user click and select a dropdown I need to do a lookup to grab the multi users from the person field and display them concatenated in a string. On ...
0 votes
1 answer
989 views
Trigger a flow only when AssignTo column is updated
I have a flow that I ONLY want triggered when the Assigned To column in my SP list is updated. The flow works fine but will update and send an email with an attachment when any other column is updated....
0 votes
0 answers
145 views
How the number of Requests is been counted for a Power automate flow, and how we can reduce it
I have a Child flow named "Set Permissions (Child Flow)", and on some occasions especially at the beginning of each month where the KPI work orders get created i got a message from Microsoft ...
0 votes
1 answer
1k views
Can we get all items from SharePoint list and filter the list using formula
I have a SharePoint online list which contains 2 columns; Title & PrincipleID . Both of type single line of text. Now i want to get all the items from the list (which can be 15 on the PROD ...
0 votes
1 answer
130 views
Building relationship between SharePoint lists (Lookups or store the ID using number field)
I have 3 SharePoint custom lists:- Direction Street Location where each Direction item should be linked to one street and one location. There are 2 ways to build the relation between these 3 lists, ...