Questions tagged [powerapps-canvas]

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop. Also add the general [powerapps] tag to your question.

PowerApps Canvas allows creating Microsoft PowerApps visually on a canvas via drag & drop.

525 questions
1
vote
1 answer

Powerapps embed into other Apps

Can we embed the Powerapps url into React application? Is that achievable using Powerapps? Used the below code, could see most of the embeded systems are with PowerBI, SharePoint forms Imported the iframe module: Import Iframe from 'react-iframe';…
user1877936
  • 351
  • 3
  • 7
  • 22
1
vote
1 answer

Based on Radio button selection how to change drop choices in powerapps

I have a radio button and a dropdown where options of radio button: [Employee, Student]. How to change the values accordingly based on radio button selection. Onclick of Employee the drop down choices should be as[emp1,emp2,emp2] onclick of student…
user1877936
  • 351
  • 3
  • 7
  • 22
1
vote
1 answer

Powerapps form custom dropdown

I am trying to make a form in powerapps that has a custom dropdown as a selection. I have 2 lists that are connected to powerapps, Courses and Departments. I am trying to make a form that adds an entry to Courses but I cant get it to add data from a…
Hawkeye
  • 33
  • 1
  • 9
1
vote
1 answer

How to send a post request to a specific URI from PowerApps?

I am looking for a way to send a post request to a specific URI from PowerApps. Basically I have a small audio file (webm) captured from the microphone and it's encoded using Base64. Now I have to send it to a server via post request and the encoded…
Julio S.
  • 944
  • 1
  • 12
  • 26
1
vote
0 answers

Xamarin Forms (iOS) - share cookies between application login and Microsoft PowerApp

Currently I'm trying to create an App in Xamarin Forms that shares its login session (logging-in with Microsoft) with a webview that contains a Microsoft PowerApp (as my application, it uses Microsoft account to login). I just created a custom…
1
vote
1 answer

Show Azure DevOps Task / Sprint Statistics on SharePoint (PowerApps)

I want to show KPIs (Key Performance Indicator) on my SharePoint. My Datasource will be my TFS (Azure DevOps). For example showing the planned and finished Tasks for a Sprint on SharePoint and generate a graph out of it. I saw that in Microsoft…
Peter
  • 1,655
  • 22
  • 44
1
vote
2 answers

If function with multiple conditions doesn't return proper value

I recently started with Power Apps and one of the very first app I am building is a Body Mass Index (BMI) calculator. I was able to set it to automatically convert from Kg to pounds and cm to feet. The problem I am facing now is outputting the…
1
vote
1 answer

Can't get the correct field in the browser gallery, the column name won't appear

I have a sharepoint list with 3 columns: Title, Category, Quantity. It's a simple inventory list of about 10 items that fields managers can look up availability before making a request for equipment. The category column is giving me a problem. It's…
1
vote
0 answers

Selenium with Power Apps

We have a client requirement to implement a test automation in Power apps. Power apps has its own Testing framework but that is still in Experimental mode and not recommended to use for production environment. I've experience around Selenium but I'm…
1
vote
2 answers

Power apps - create new item in SharePoint list for which user does not have edit rights

I would like to create an App in Power apps through which users could create new items in a list. However I don't want to give the users the edit permissions for the SharePoint list where the new items is saved. Ideally I don't want them to have…
Jitka
  • 11
  • 2
1
vote
0 answers

PowerApps: Data table as context variable for deletion confirmation modal

I'm currently trying to create a Microsoft Teams Canvas App using Microsoft PowerApps. Within my App I've got different galleries displaying the data of different data tables. Now I've implemented a confirmation modal for data deletion, but…
1
vote
2 answers

PowerApps builder not reflecting updates made to a custom connector

I'm starting to use PowerApps for a demo project and I am exploring the capabilities to leverage this in front of a custom API I have running in Azure. I created a custom connector, by importing the Swagger file (only v2 supported, btw). And after…
Sam Vanhoutte
  • 3,247
  • 27
  • 48
1
vote
1 answer

PCF being too heavy

I'm working with custom components from component framework and whenever I try to upload the file into CRM it says it's too heavy. I checked and it takes 7MB which is crazy since it shouldn't. I'm using FluentUI and I checked my imports to see if…
1
vote
1 answer

How can I insert selected Listbox items as a new record in to a common data service table

I have a PowerApps canvas App and I have a requirement of creating new records for all selected listbox items in to a table. I am acually trying to implement a many to many relationship scenario my Listbox name is: ListBox1 and my table name is…
MJ X
  • 8,506
  • 12
  • 74
  • 99
1
vote
1 answer

Power Apps Canvas - Many to Many to Many relationship Filter

I have the following Many to Many structure within CDS for three entities: User, Department and SuperGroup User can be in many Departments (Department can have many Users) Department can be in many SuperGroups (SuperGroup can have many…
Ross
  • 75
  • 2
  • 7