Skip to main content

การค้นหา Power Apps

ค้นหา

Power Automate Service Bus Connector - Trigger "When a message is received in a topic subscription (peek-lock)"

Hi everyone. I have a PA flow with a service bus trigger "When a message is received in a topic subscription (peek-lock)". It is configured with  Concurrency Control to only ru...

Virtual React PCF Control displays correctly in test harness, but results in an empty div when used in a canvas app

After making some changes to my PCF it suddenly stopped rendering (no div is returned) when using it within a canvas app but in the test harness everything renders correctly. I can't figure out why ...

Update collection without condition

Simple question,   I have a collection name colPersons: I want to update the column "Truncado".   I´ve  tried using the function Update:   Update( DataSource, OldReco...

Make Radio Buttons Required

Hello helpful people! I have a SPO list with a multiline column where users can provide handling/processing instructions, including whether we need to keep subsamples. However, users constantly fa...

Paste a screenshot into SharePoint Rich Text with Power Apps

Learn how to paste an image into a rich text field and then save that to SharePoint by automatically creating a file from your screenshot.  watch?v=9upbaQmQ6XQ

Re: Check record has been updated in SharePoint and then give confirmation

Hello,   You could essentially display the record to prove it was updated.   After updating your list, you could use "LookUp()" to retrieve the record and show its values to the use...

Invite user to already created Outlook meeting

Hello,   developing app for trainings registration and a bit struggling users registration.    I already developed part, where Trainer creates new training: Training stored in SP...

Re: Countrows

Concat(Distinct(Filter(City, ThisItem.ID in City.Id).IDLand,IDLand), LookUp(Land, Result.Id = ID).Land, ", ") & Concat(Distinct(Filter(Landname, ThisItem.ID in Goals.Id).IDLand,IDLand), LookUp(La...

Re: How production, test and development environments are created

@Nogueira1306 , @phipps0218 Okay If I've understood correctly. You create a test environment. In the test environment you create a solution. In that solution you create the app and similarl...

Different databases for Canvas and Model Driven apps

Hi All,   Can I add multiple databases in a single environment for a Canvas app and a Model driven app? If yes can you please suggest how? If no then is there a way that I can share a selecti...

Re: date form add hour and minute in source (excel)

What do you have in the update properties of the date control?

How to send automatic emails

Hi all, I have two columns (ID,STATE) in a sharepoint list. In my app I have a textInput (State_KPI) that calculate how many row are completed: CountRows(Filter(SPlist , State.Value="Completed") I...

Re: Patch Issue

Thanks, but that's exactly what I have done and it refuses to update the column. No error, it just doesn't work. 

Re: Patch Issue

Hi @BideyYusuf,   Can you help me understand why this would not work? With( {wMyRecord: LookUp(Time_Of_Balances, Employee= selectedItem.'Created By'.'Full Name' && LeaveType=...

Re: Confirming what will be deleted before being deleted

If you are using a checkbox that changes the value in the list, then you can populate the gallery by Filtering the list for rows with that value. Then use the same logic with the RemoveIf to delete t...

Re: Where did "Shared With Me" go?

I just installed Firefox and tried it, same issue.

If Null Condition in Table.Group always failing

Hi, I am trying to get the count of photos in a column using Power Query. I have a table as follows (example): ID ItemName ItemPhotoName ItemPhotoFileType 1001 Tv Photo.jpg .jpg ...

Row level Security

Hello, I have created an App with Data table to view the data and a form to enter values by the users. Data table populates data base done SQL table. But, I want to restrict the users to view the da...

Re: How production, test and development environments are created

Okay just to confirm, Are you saying that when a solution is exported the dataverse in that environment is also exported with it?. @timl any help here would be greatly appreciated. 

Re: Hide o365 Error Message

Having same issue. With new interface, where do I find advanced settings and where do I apply the code?   Thanks!

Gallery scrolls out of view

Hi, PowerApps masters,   How are you doing? I'm having a problem with a gallery that looks like this:    It's a vertical gallery that displays its items as cards. I put the w...

Re: Duplicate check

Thanks for your response What would the form control value be could the criteria be more than one?

Re: Sharepoint integration Selected not available

Good to know. I did that too, but it kept "randomly" (I couldn't figure out a pattern) switching from the Power Apps form to the default SharePoint form, and back. I tried clearing cookies and refres...

Model-driven - possible to create a form used only for New?

I am creating a model driven app that collects Budget Request information. I would like it to display a particular form for a New  -- collecting just 5 fields, then on save have it use a differ...