Skip to main content

Power Apps Search

Search

751 - 775 of 193,516

Re: Search Bar

Hi,  Thanks for your response  I'm, passing two function in my item property , But it is showing some error    Could u please help me to fix it

Re: Substring in PowerApps

If you're sure it won't appear more than once in YourStringNameGoesHere then this would work: //Get everything to the right of "id=" Last( Split( //Get everything to the left of "view id" ...

Re: replace numbers by a specific text in a column

  There is a way to replace the values in-column but, if your only concern is refresh speed, then leave it as a new column, it should be faster.   Pete

Re: MY App Having 11 Screen But Still Its loading Time Its too much

@SRGDEVELOPER  https://summitbajracharya.com.np/40-ways-to-improve-your-powerapps-performance/ 

Performance issue with Power query step

Hi,  I am using the following power query statement to identify the first order based on Order ID of a customer and flag the minimum Order ID with "Yes" and rest as "No". I have a index column ...

Re: What happened to Microsoft Dataverse data archival?

I personally recommend using this link: https://experience.dynamics.com/releaseplans/?app=Microsoft+Dataverse   I find this release planner is so much more useful then standard documentatio...

Re: Multiple clauses in an If?

If(Value(lblNumberOfArticles.Text) > 0, If(StartsWith(ddEngagementStatus.SelectedText.Value, "Free To Engage") And Value(lblAverageSentiment.Text) < 66, "Change Engagement Status?" Or StartsWi...

How to include a variable in Collection's name?

I have a variable _varInteger which values are 1, 2, 3, 4, 5.   I have Collections: Coll1, Coll2, Coll3, Coll4, Coll5.   I want to use "Coll" + _varInteger in a control where I refer to...

Re: How to include a variable in Collection's name?

You can't dynamically combine/change names of a collections that you're referring to in that way, you'll have to have a switch statement or If() conditions, like:   If( SomeCondition, ...

Re: Creating dynaic rows in the form table

@Kabilesh  Search Google for editable grid and PowerApps. There are many good videos. @RezaDorrani 's and @aprildunnam 's are great to start with.

Sequence DateAdd Function Problem

Hey,   Can anyone identify why this sequence formula is only returning 1 day? It should return 2 months in days. ForAll(Sequence(Day(DateAdd(DateAdd(Today(),2,Months),-1,Days))) ...

Re: How to let others use your app with their sharepoint lists

Hi, You can simply export the package Set "Import Setup" of the app to "Create As New" and for the SP lists set it to "Select during Import". And when they are importing they should connect to th...

These Types Can't be compared GUID, Record

Hi All,   I am getting below error when i try to use lookup   

Re: how to update sharepoint list when Form is updated

It a MS Form. and yes....the SP list does not reflect the added field. I added the question to the Form. The info is showing on the Excel sheet correctly. Is it true that SharePoint list cannot acc...

Re: Securing My Data so People Access it through PowerApp

This looks like it could be what I was looking for.  How do I get to the page that you are showing?  Is this in PowerApps or In The Sharepoint list settings?  I found a "settings" page...

Re: add "https://" automatically to a website field from sharepoint

Hi @keithcortis,   Yes, this is possible. I recommend you try the following:   Update Property for DataCard for web address: "https://" & DataCardValue80.Text  (Data...

Re: Milestones - how to change the %calculation

@AlexFA , I'm trying to do the same thing. I am trying to modify the status collection (I think) in Milestones so that my Optional Status 1-3 also have percentages associated with them. I ...

Re: Edit date picker field

I found out my issue! I was using the code you all suggested (Gallery.Selected.DateField), however it was not working. The reason was that the date picker on my pop-up screen had a start year of 1970...

Re: Look for solution where the input data will be display in text input even the data set into default

@MichaelJordan12    if you use a form and the text input is not in a custom datacard: If(!IsBlank(Parent.Default), Parent.Default, // your existing code here )  

Re: ComboBox Value Missing

Try two things 1. Change it to [Parent.Default] with the square brackets if that doesn't work just use a lookup 2. Lookup(ComboboxDatasource, UnitNumber = Parent.Default ) -------------...

Re: Get a grand total from multiple other sum formulas without Circular Reference

@Matren Thank you for responding! Where would I put the variable itself (like where to type it)?

Re: Why can't users access my PowerApp, Flow, Datasource properly?

Apparently you can't just drop an excel file into SharePoint, you have to go through an add List process    

Re: Powerapp connected to Excel keeps appending 5:00:00 AM to the end of the date

It just started formatting correctly, I have no idea why or how.