Skip to main content

Questions tagged [powerapp]

PowerApps is an enterprise service for innovators everywhere to connect, create and share business apps with your team on any device in minutes. And PowerApps helps anyone in your organization unlock new business agility.

0 votes
1 answer
16 views

various file types (e.g., .png, .jpg), are not supported while trying to send them through PowerAutomate

Here is my attempted solution, I did according to the instructions from this link Inside Append to array variable action I entered below-mentioned code inside Value property of the action: { "...
Nihad Huseynov's user avatar
0 votes
0 answers
12 views

Why all the Environment Variables inside my Dev environment got their Export checkbox set to Yes, although i set them to No last month?

last month , i went to all the environment variables inside my Dev environment's solution and i set their Export checkbox to No.Those environment variables are referencing SharePoint lists/libraries ...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
21 views

How do you apply the Concatenate function in Power Apps when using the Patch function in claims?

Tried several codes but I can't get it: Patch(DUTY, Defaults(DUTY),{ OCC_Claims:{ Claims: "i:0#.f|membership|" & Lower(cmb_soconduty_login_1.Selected.Email), ...
Jorge's user avatar
  • 1
0 votes
1 answer
13 views

Can we filter the Planner Tasks instead of getting all of them inside power apps canvas application

I have the following formula to get all the planner tasks:- Collect(colRelatedPlannerTasks, Planner.ListTasksV3(planner.id,group.Value).value); now how i can dynamically filter those tasks based on ...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
25 views

Power Apps Combo Box Button SharePoint

I am developing a program in Power Apps that allows users to self-select subscriptions from a Combo Box. In my system there are two SharePoint sheets: The "Benutzerdaten" sheet, which ...
Valdemarick's user avatar
0 votes
1 answer
22 views

Does ForAll() evaluate the iteration all at once or based on a sequence

I have a problem understanding how the ForAll() works internally inside power apps which is connected to sharepoint, based on the documentation it will execute all the formulas at once, but based on ...
microsoftdeveloperdesigner's user avatar
0 votes
0 answers
15 views

Published PowerApp changes not showing

I have a Sharepoint form which I am customizing using PowerApps. I have made the changes I want and have saved and published the app. However, when I go back to the Sharepoint List and enter a new ...
Marisa P.'s user avatar
0 votes
0 answers
45 views

How to patch/update SharePoint list using Formulas PowerApps

How to patch or update SharePoint list by using Formulas in PowerApps Scenario: Need to add logs upon each button click in the Form. Rewriting same code for each button will be not be a good solution. ...
Taha Zubair's user avatar
0 votes
0 answers
16 views

do we need to add SharePoint indexes if we only want to filter SharePoint items through a power apps gallery?

I have a SharePoint test list named Test, and it contain 10,000 items and I did not add any index to the SharePoint list. Now when I write this formula, I were able to filter:- Filter(Test,Num=Value(...
microsoftdeveloperdesigner's user avatar
0 votes
1 answer
22 views

can i publish app created with appsmith.com or retool or tooljet.com

Would it be possible for me to utilize internal tools such as appsmith.com to develop an application, and subsequently either publish it in SharePoint for usage? can I use internal tools generators ...
saber tabatabaee yazdi's user avatar
0 votes
0 answers
15 views

Patching Lookup column

I have two tables students and subjects. Subject contains subject_id (pk) and subject_name. Student table contains subject_id which is a lookup column to Subject table. Student table does not contains ...
Alchemist Az's user avatar
0 votes
1 answer
35 views

Submitting a New Form; Blank Field Value sare Getting Replaced with the Previous Record

I have an app that includes a form. When I create a new form and submit it, fields that are left blank are replaced with values from the last submitted record. Why would it replace values from another ...
user111103's user avatar
0 votes
0 answers
15 views

Does Power Apps gateway work with non-Microsoft solutions?

I've been looking around on the Internet for solutions to connect Sharepoint online with a locally running database (Apache-MySQL). The plan is to allow forms in Sharepoint web parts or applications ...
Huntbook's user avatar
0 votes
1 answer
42 views

How to Auto-Select a Gallery item in a Canvas app based on item's ID

I have a SharePoint Library where the users use the default SP form to create a new document set. Once that happens, several Approvers are to navigate to the item to provide responses. So I have a ...
Chris's user avatar
  • 409
0 votes
1 answer
14 views

Pre populate values based on other column which is drop down user will select and 3 other columns needs to be autopopulated

I have a small requirement where I need to populate "Check gate for" (column 1) and "Initials of technician" (Column2) based on the selection of value from column Gate. I tried to ...
chandrashekar padmini's user avatar

15 30 50 per page
1
2 3 4 5
43