Skip to main content

Power Apps Search

Search

626 - 650 of 193,516

Dropdown list selection not triggering OnChange in form datacardvalue when value is updated from Dropdown

I have a dropdown list built from a SP list and when I make a selection I change the value in a form datacardvalue box which is successful.  However, I kickoff several processes from the OnChang...

Re: Anyone using Power BI to pull 8x8 CRM data?

It's inside the function. For example for me:  

Re: PowerApps Create PDF of sharepoint custom form

Hi @lcdelgado , Not in one action - you would need 5 files.   Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. ...

Choosing correct html template to convert to pdf

Hi.   I am building a canvas app that will have many letter templates.  This also means that there are many fields and only some are shared with other templates.  I have built the st...

Re: Replace Text Box in Browse Gallery with a Dropdown

  @RussellM    here I added code to handle Blank() just in case You set up it as empty on start         SortByColumns(Filter([@'Shelves(2)'], IsBlank(Dropdo...

Re: Thumbnail Gallery

Hi @WarrenBelz Which X are you referring to?   Also, I am noticing that various fields cannot be edited while the form is in edit mode.

Re: Table transformation challenge

Unpivot all columns except item. Split the column with the numbers and then Pivot the column with Supplier Name and Supplier Cost in it. There are plenty of examples of this in this PQ forum

Re: Replace Text Box in Browse Gallery with a Dropdown

@RussellM    The Title column can't be a lookup if I remember correctly, so You mean you have a column called 'POP Name' ? and that's the column you are looking to filter ?   If ye...

Re: Form submitted and get data from another list to update form with person responsible.

Hi @Rachel20J    I didn't quite understand how your data is formatted but here is a quick example.  I made a product list that includes two values:   In this exampl...

Re: New Form - Gallery resets default on save to nothing

Thanks @Digital    Yes, the datasource of both the gallery and form are the same: "Projects_1"   The Items property of the gallery is a four stage filter:   Sort( F...

Re: Column modification date

Hi @ruslan889901, Could you please tell me the column type of these two columns? Both Text type?   Actually, once you modified in one column, the Modified column will update with the ...

Re: Power apps premium

Hi EddieE, It is in the default environment, might be data limits ill check that out.  

htmltext trim

Hello, Is it possible to trim the text in 3 parts? Demo: John Doe First Even if some customer has a name Mary Jane Subtitle_Cust => a label For example, i use in HtmlText Label "" &...

Re: Filter Record In Dataverse User login and location of user

Hi @SRGDEVELOPER ,   Could you please show me your formula and the error?   Best Regards, Bof

Re: Data disappears after GROUP BY

Hi, @LLL ; Is your problem solved?  If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to ...

Re: Calculate Date difference in canvas app

Hi @94zeba    You can take another label and you can add following formula on that- DateDiff( DateTimeValue(DatePicker1.SelectedDate), DateTimeValue(DatePicker1_1), Hours ) &nb...

Re: Gallery not displaying when app is opened first time.

Hi @WarrenBelz  If I use the above code I am getting an error as Incompatible types of comparison error. attached screenshot of the same.

Re: Convert Gmail MBOX to PDF

To convert Gmail MBOX to PDF, use the MBOX Converter utility that converts your Gmail email to PDF file format with all email attachments. This software also migrates email from MBOX file into variou...

Re: Filter ,With Used For Location and User comparision Still In error

With({userLoc:LookUp('Employee Tables'),AliasName = User().FullName,Location)},Filter('Holiday Lists',Location = userLoc)) This is the correct syntax, you added extra bracket in Lookup

Request POST with Json Body

I know there are lots of similar question like this but I have tried to follow and request body from API call but somehow it returns (400) Bad Request. Can anyone help to check on my code? 😞 ...

Re: How to load the dropdown items based on another drop down selection

Thanks for your solution @WarrenBelz , I use this formula on Items property , but No items is loaded. I don't no why? can you please suggest me another way. Thanks in advance  

Re: Copypaste between PowerApps applications does not work anymore

I would like to know has anyone else same ctrl+C and ctrl+V copypaste problem as I have.   Regards,  Omppu  

Re: [Power Automate] Flow that asks to assign person during approval to one of the SharePoint List's columns

Ok, what you are saying makes perfect sense. Let me rephrase the question.   Is it possible to add condition (it will check if SharePoint column is not null) that will prevent approve of the f...

Re: Power Query errors

@BA_Pete Thanks a lot it worked 🙂   Next question is the following: I got fields with a lot of empty cells, its marked as '(Leeg)'. How can i show them in my graphic?