Pesquisa do Power Apps
Pesquisar
What is the "default" with multiple choice. HELP!!
I use for my app as data source (sharepoint) in there i have a colom with choices with different (afdelingen) translation Demartments. In sharepoint i say "Yes, allow multiple selections". and also i...
Re: Multiple filters without delegation warning
@hstep ... && Status.Value = "pending"
Re: Power Apps Dynamic Form - SharePoint List Content Types
@DeepakS Thank you man, you have no idea how long I've been looking for your video! IT just saved my project and time. God bless you and stay safe! Regards, Kiril
Re: if else with or and is not working
Can you provide sample data or a picture which shows the problem please? We need to see 3 columns and the right/wrong values which are being generated so that we can debug
Re: How to use Azure Data Explorer results in a Power Apps Canvas App Drop-Down Items list?
Hi , Please make sure you enable the capture schema feature in settings, restart your application. Go to the button, you will notice the capture schema button on the bottom of your formula c...
Power App Display
When i build my Power App display is a good size When i publish and open in sharepoint it is very small How do i increase size so it is easy readable See sceen shots below ...
Re: Multiples filters
@aizawa If you want to supply the Items property for say ComboBox1 from Table1, for example. The items property of the combobox will be: Sort(Distinct(Table1,Name),Result, Ascen...
Re: Filter one Combobox with Person field from SP based on choices taken in another Person field
Ive patched my data into the SP instead of submit the form and it works. Thank you @WarrenBelz
Re: Rename columns referencing column number rather than column name
Hi @WarrenBelz , Thanks for your fast and clear response! I'm still wondering though: Can my goal be achieved with a workaround? E.g. I learned from @RandyHayes that you can add...
Re: "UpdateContext" does no longer work on smartphones
@Manuel_O, Use Notify() is you want a banner message Notify("Eingestempelt " & Text(Now(), "dd/mm/yyyy hh:mm") & " " & TextInput1.Text, Information) Please click Acce...
Re: DateAdd adding wrong number of hours on the day of time change
Yes and I've verified that TimeZoneOffset is returning the right value. The problem is with DateAdd. Even if I take TimeZoneOffset out of the equation altogether, DateAdd is adding 1 hour less than I...
Re: Incompatible types for comparison: Filtering gallery using a Combo box
Hi @thatakke, Skills.Value is a table right? (a multi-select choice column called "Skills"), which means you need something like: Index(SkillsBox.SelectedItems,1).Value in Skills...
Re: Preview different document types that are stored in Azure Blob
Hi @Julien2, The examples you gave are from a SharePoint Library (which comes with a Thumbnail property that Azure Blob does not provide AFAIK). In the following article t...
Re: Incompatible types for comparison: Filtering gallery using a Combo box
Replace in all your code SkillsBox.SelectedItems by the code that follows : SkillsBox.Selected.value
Re: How to count total number of users in office 365 connector using PowerApps
@Sa7 Put the code inside the text property of your label CountRows(Office365Users.SearchUser({top: 999}))
Re: Error Extraxt after delimiter if contains _ or return same value
Hi @RajivRavichand , the reason for this error message lies in the underscore. This represents a record in that environment. Did you mean to put a reference to a column there instead (lik...
Re: Problem with 1:n relationship
Yup, I have encountered this with SQL Server, two values 'Contoso' and 'Contoso ' are considered the same in SQL Server, but Power Query doesn't considers this so it shows both Contoso in...
Re: Export Excel from a gallery
@Scott_Parker thank you for your reply; So there is no other solution apart from the scroll so that all the lines appear. And for the order of the lines Whare I can modify them please.
Re: Patching Collection Item with Form.Updates
Hi @Frank89 Just to be sure I have all the information: the datasource of the form has the same logic as the initialisation of the collection on the OnStart? Are there any other ...
Re: Can't patch more than two data sources with if function
Use the Monitor function in Power Apps, then press the button, look at the log in Monitor to see what the issue is, I suspect the later patches are throwing errors but you're not seeing them.  ...
Rename columns referencing column number rather than column name
How can I rename columns of a table when I do not know upfront what the column names of the table are? So effectively I would like to reference the columns by index rather than by name. Inp...
DateAdd adding wrong number of hours on the day of time change
Does DateAdd try to take into account DST somehow? Today is 11/6/2022 and the day of time change. I am in Eastern time, so we switched from UTC-04:00 to UTC-05:00 this morning. If I...
Re: What is meant by 'an instance of a database'?
Every Dataverse instance is tied to a single environment. If you have two Davaverse instances, then you will have two environments. Here is a link that gives a description of the main pages in the Po...
Re: DateAdd adding wrong number of hours on the day of time change
Are you supplying the chosen date in the timezoneOffset() funtion as an argument? That's how TimeZoneOffset calculates the appropriate offset for the DST setting for that day. For the spe...
Re: Best way to archive/export the stale in dataverse?
@ChrisPiasecki for the first time backup we might export around 7 tables (8 GB of data) and after that i would say daily basis we might export 50-100 records(table rows). is power automate is go...