However, there could be such times when a component might wish to share a variable or a data source with the host. This happens when a component is meant to be used for one specific app. For such scenarios, you can access app-level information directly by turning the Access app scope sw...
Hi All, I was using the search function but I couldn't retrieve what I am looking for. I have a PowerApp with 2 fields: ComboBox Text Input In PowerAutomate I have "Add a row into a table" But I can not see my 2 field in the Dynamic content Can somebody ...
Hi, Not sure if anyone could help. I have created a sharepoint list with the powerapp request form as shown below (see picture 1) which includes a section to add attachments. I would like to furt...
Adding additional tasks to component tests (#42) Oct 30, 2021 webpack.config.js correcty bundle so tasks' index.js runs standalone in compTest, outsi… Nov 9, 2021 Power Platform Build Tools Power Platform Build Tools automate common build and deployment tasks related to Power Platform. Thi...
Join us Wednesday for the PowerApps Monthly Community Call at 8:00 AM PDT. We'll be covering PowerApps Coding standards and Guidelines for Canvas...
RenPNWYou can use formula like below to get the minutes between two date picker controls: DateDiff(DateTimeValue(DataCardValue33.Selected.Value),DateTimeValue(DataCardValue34.Selected.Value),Minutes) References: Power Apps DateDiff - Hours and Minutes ...
Filter(Table1, 'TC Name'=User().FullName) Or just use LookUp(Table1,'TC Name'=User().FullName). Both work and give the same result shown in the image. Rob Los Gallardos Intranet, SharePoint and Power Platform Manager (and classic 1967 Morris Traveller driver)...
Hello all!I'm trying to build out a Power App that can help to track site page data and document library item data. The purpose is to show the current...
Set the media image URL in PowerApps as returned response from PowerApps Output in PowerApps References: https://platform.openai.com/docs/api-reference https://create.microsoft.com/en-us/learn/articles/how-to-image-prompts-dall-e-ai More advance capabilities...
I created a Powerapps form with a Gallery that pulls a Sharepoint calendar list of events. However on the gallery, I would like to have Powerapps automatically drop the events that has passed. How do I go about doing so? Thank you in advance for your assistance....