Pesquisa do Power Apps
Pesquisar
Re: PowerApps Studio - Close Browser
Hi @stapes , This is a by default setting of browsers. Just an example, you can refer to this article, it tells this warning in Chrome. If you already saved your app, you can ignore this ...
Re: Citizen Developers: Out of the Shadows. Low-code strategies to minimize risk and maximize ROI.
Sorry wrong artical to respond to
Re: Change form to FormMode.View when saving a form
Hello @rubin_boer and @Eelman, Thanks for your help with this. I tried everything yesterday, but couldn't get it to do what I wanted. I checked Microsoft's documentation about wo...
Re: Edit Records
Hi@ Canadiansal, Based on the issue that you mentioned, do you want to edit multiple records at a time and save as new records? Could you please share a bit more about the scenario? I hav...
Re: DateAdd to get 12 last months of data
hi @ABK I hope you dont mind a different approach. Collect the ticket data and add a month column and total calls something like: ClearCollect(_UpdatedCalls,AddColumns(_Calls,"Month"...
Re: DateAdd to get 12 last months of data
Hi @gabibalaban. I tried copying your code into december that reads 133 right (should be 11, not all entries from before january) It still shows 133. Thank you for try...
Re: Working days calc
Hi @troyhoskison , When you click on the link you will see on the main page a link.to the latest release. From here you will be presented with the following file to dow...
Re: Slicer to input data
hi @Victormartal , will this work for you?
Re: Formula - Lookup with number field is not working when number contain dot (.) ?
Hi Rubin, Thank you so much for your reply. But where to pass column name which I want to fetch? LookUp('Control Master Data', ControlNumber = Text(Value(DataCardValue38.Selected.Value),"##.##","e...
Re: inject subgrid into entity form via javascript
Hello Oliver, thank you for your reply. its a normal custom entity, nothing special. the subgrids on the entity form show records of the same entity. they are not related by a relationship. by ...
Powerapss Forms custom cards
Hi Folks, I am currently building more than 70 forms for my company, it is a very specific work about Pumps maintenance on the Factory's shop floor, and I need to "transform" all existing pa...
Re: Show Images on Portal using FetchXML
Hi @OliverRodrigues , How can I use that to show images on the portal?
Re: Where is the unexpected Character?
Try reconstructing your filter statement something like this: If( IsBlank(SerialSearchBox.Text),Filter('HSS Picksheet020521Z','Serial Number'=V1), !IsBlank(ResourceDropdown.SelectedText....
Flow Run History Missing - Only Showing Today's History
I have a Flow that is run regularly. Today, I can only see today's Run History. It's supposed to be saved for 28 days.
Re: HELP WITH LICENSES AND BUSINESS GROWTH - MICROSOFT
@Jeff_Thorpe Hi, thanks So, any god plans, would it serve me? Compare Office 365 Enterprise | Microsoft
PATCH TO GALLERY NOT WORKING
Hello Community, Having a difficult with Patching in this particular situation. This is a Gallery that displays the first 3 columns of data (non-editable) from an existing record in SharePoint. Ne...
One column one gallery (dependant)
Hi! I am new and still learning to use Power Apps. I have a problem which I am not able to solve for quite some time and cannot find a similar solution searching the web. So my question is: ...
Re: Where is the unexpected Character?
If you copied and pasted, check the first isBlank. Make sure it's IsBlank and not Isblank. Surprisingly enough you can get some really strange errors when there are case misma...
Re: How to filter a gallery by distinct and where a column value is blank
hi @gabrielrosa94 Set your gallery Items to Disctinct(Filter(YourData,isblank(approval),ID) Regards,
Re: Slicer to input data
Hi @Victormartal you have two options to do that, static data where you upload your excel spreadsheet or via OneDrive which i suspect you will use. Then ...
Re: displayMode issue
You where right @eka24 , it was a user error on my side. Thank you for all of your help.
Making a template form in portal
Hey, I was wondering if it is possible to have dynamic(ever changing) record id in form edit record of a portal using flow and have different link for each different record? Say I have several record...
Create safe html of email template in model driven form
Hey, I found out that this kind of text box is available in the default entity Email Template and I was trying to recreate it in my own entity form. Is it possible to achieve this? Thanks in advance!...
Re: OnChange issue
It should work, i copied and pasted it just like that and no problem. Have you tried V2, UpdateContext({var2:Office365Users.UserProfileV2(User().Email).displayName}) Any re...
Re: How can I decide if I should create Power Apps Portal App or Canvas App?
@dave8 For your requirements, you should use Power Apps portals. Power Apps Portals help you create external-facing websites that allow users outside your organization to sign ...