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
2 answers

Autopopulate 2 Combo box value from Selected Combo Box

What is the best approach to update 2 combo box from a selected Combo box SharePoint list Issue Tracker Home Center - Lookup Supervisor - Person or Group Regional Manager - Person or Group Let me know if i explain it clearly.…
1
vote
0 answers

Create New Calendar (not events) Using PowerApps MS Flow

I can see there are plugins to create events in existing calendars but is there a way to create a completely new calendar in Outlook BEFORE you add the new event using MS-flow? Essentially I want to automate the 'Add Calendar' you can do on Outlook…
user12931792
1
vote
0 answers

Gallery with multiple listboxes automatically generated from a Collection

I am trying to create a Gallery that contains multiple Listboxes from a Collection. I have a collection called Ideas, and it encompasses ideas from different participants. I am able to create a Listbox out of each participant with their ideas.…
Jonathan Budez
  • 226
  • 1
  • 3
  • 12
1
vote
1 answer

PowerApps- how to create a form where users can edit or delete rows that have been submitted

What I have: As of now, I have created a Form (editable) where the user can enter their Name, Number, and Birthday, then hit the submit button, and that data is then entered into a Data Table. This information is also stored into Google Sheets for…
Lucy
  • 31
  • 2
1
vote
1 answer

One If Statement, different default result

I'm pretty new to powerapps but learning as I go. Is there a way to write the following if statements as one statement? (that way it will only create one item on my sharepoint list, instead of seperate items for each if statement). I am struggling…
B4N3
  • 15
  • 1
  • 5
1
vote
1 answer

First day of every week in every month in PowerApps

I've a table with two columns: 1. Month 2. Week Data in table is as follows: Month | Week 1 | 4 2 | 3 3 | 2 4 | 1 5 | 4 6 | 3 7 | 2 8 | 1 9 | 4 10 | 3 11 | 2 12 | 1 Now, based on…
Fnu Avi
  • 13
  • 1
  • 6
1
vote
1 answer

PowerApps Yes/No checkbox submitted to a SharePoint List

What is the best approach to save Yes/No checkbox value into a SharePoint List. I have a Custom List call "HelpDesk", added a column type "Single line of text" - Call "Is this a new Issue" Have a checkbox [ ]Yes and checkbox [ ]No I been reading…
1
vote
1 answer

PowerApps - "Set Regarding" for an appointment in CRM

So I need to essentially create a PowerApp which would make appointments in Dynamics CRM. All data gets sent to CRM - except the case regarding the appointment. Originally, I was using the normal SubmitForm() but switched over to the Patch()…
1
vote
1 answer

CDS Time zone independent Date Time fields not available in Powerapps

I'm creating some PowerApps to extend D365 Talent functionality. For some reason, none of the Date and Time fields with Behaviour 'Time zone independent' are available in Powerapps... Here's an example of a custom entity with 2 Date and Time…
0
votes
0 answers

How to deploy a Power app (canvas app) to Teams App store and make it available for all Teams users?

Hello I am an intern and brand new to Microsoft developer environments. I want to make a Microsoft Power App (canvas app) be made available on the Teams App Store and available for any Teams app user. However tutorials I've been able to find so far…
0
votes
0 answers

Using a variable to reference tables/collections, using Remove() function

I'm making an app that has multiple units where you can view the technology/machines associated with them. You can also edit the information, delete machines, and make logs for them. I'm using Excel data with a canvas app. The user picks the unit,…
heiavieh
  • 27
  • 4
0
votes
0 answers

Querying an external DB in PowerApps does not return data

I'm trying to encapsulate a query in a view to another SQL Server database (in the same server than the one I'm currently using) but it does not bring any rows or data in PowerApps. The view works when SQL querying it, I have simplify it to be just…
tuaniz
  • 45
  • 8
0
votes
0 answers

Advance Calendar view inside Power Apps which shows different categories and different events

I am working on building a Power apps which show an advanced calendar view, something as follow (this is built-in using excel sheet):- where users create an Event, with the following data:- Title Category option…
0
votes
0 answers

Power App Form and Sharepoint List - Getting Correct Date in Form but not correct time

I have two Power App Canvas forms. One is a Submit Request Form, the other is Staff View Edit Request Form. The Request Form submits the information to a SharePoint List. The field I am having an issue with is the Date Time Field in the Edit form,…
0
votes
0 answers

How to Generate a QR Code in column 1 so tha if we scan it should show the details of the remaining columns

Actually I'm trying to create an application where I have data in EXCEL file with columns of text,images, alphanumerics,dates,I need to create app using Powerapps where if scan a QR Code it show the particular details I'm creating a student tracking…
Asta
  • 1