Skip to main content

Поиск по сайту Power Apps

Поиск

Power Apps Support Broken?

Hi folks. I have a power apps subscription (per user, per app, per month), however when I go to the power apps support site and try to create a ticket, it says that I'm not subscribed to power apps. ...

We couldn't load your data, Please try again later

I've recently signed up for a power apps subscription (per user, per app, per month) and I was putting together some Dataverse tables to support my app. After creating my second table (yesterday), I ...

Re: Still struggling with patching a dropdown to a lookup column

Hi @WarrenBelz ,   That formula also does not work. I'm wondering if there is something wrong on the sharepoint side.   I was directed to this post and hoped this would the an...

Formula write back to datasource?

Hi all,    I have a formula in a label that calculates the distance between two postcodes, is it possible to amend this formula so once it's calculated the distance it records that in a c...

Re: Formula write back to datasource?

sorry, i'm super new to this. So when i tried adding the bing code to a button before it took ages to bring up results. i have put in a button and given it this formula:   Custom is the ...

Re: Undo button/ ctrl z - sometimes not working?

same problem here. I lost a HUGE CHUNK of code and didn't get it back because the "Undo" is inconsistent and works like garbage.  Something this important and frequently used by developers and a...

Re: Patch on change update

Many thanks. Where should this formula go?

Creator Kit - Solution is required?

Hoping someone may know.. the creator kit documentation states that the use of the code components must be done within a solution.. ie. standalone app is not allowed. Is this correct? You can't use t...

Re: Rollup field information display

Generally, you would force it to recalculate via a Plugin https://learn.microsoft.com/en-us/dotnet/api/microsoft.crm.sdk.messages.calculaterollupfieldrequest?view=dataverse-sdk-latest https://blog....

Search function for multiple columns is not working

Hi everybody,   Hope you can help me with this problem... I'm trying to filter the content in a gallery based on the text inputted in a search box called "TextSearchBox1", using the following...

Re: to hide name value from dropdown list

hi @v-liwei-msft , your solution work. thank you!

Re: office365

Hi @ckserra33 ,   If you have over 1000 records, please try the method in the link to get them. Please try this when you filter them. If(IsEmpty(Filter(DVOfficeUsers,DVUserEmail = ...

Re: Filtering a Combo box from a sharepoint list

Oops,  sorry big finger little keyboard. 

multiple select checkbox in gallery and update sharepoint list items

List schema   Name(person field)  SRRole(dropdown choice Main,backup)   Requirement   user can select the multiple checkbox from gallery records and choose dropdown for the ...

Re: power bi javascript personal gateway

Hi, @lexxx ; If you are using R to import into Power BI Desktop, you need a personal gateway.    Best Regards, Community Support Team _ Yalan Wu If this post helps, then...

Re: Problem with attachment

Hi, When I test it myself it works perfectly but when someone else makes a request the attachment does not come through in the mail.    

Re: How to add a new item to a ComboBox

Hello,  can you help me? I have a collection which looks like this: Collect( ErrorCodes,    "SOX-DOC",    "QA-EU",    "QA-CON" );  I need to add a butto...

Re: Capture results of ForAll Patch

Hi @Donn , It should work (the structure is correct if your values are) - what you are actually doing is sending the entire table in one action. You need the ID in there as it is unique a...

Re: Can user add new value to combobox

Hello, thank you, but I can not understand how to apply some parts of code on my case. I have a Collection which looks like this:  Collect( ErrorCodes,    "SOX-DOC",    ...

Multi-instances environments - data exchange

Hello all,   one way to exchange data (xml files) in a business context is between two client-servers with webservices. Sender A creates a data record - > he send it with  encryption/...

Re: Move columns(fields rather than data) from one Table to another

My question is why have you got the two tables in the first place?

Re: Auto-generating no. or ID in power apps forms

@Nogueira1306    hi, I need help with auto generating a unique id after submitting a form in powerapp (power app is launched after i click on submit the order. What code should i add?

Re: Still struggling with patching a dropdown to a lookup column

Hi @StefWS , You simply need to have the Items of your Drop-down -  exactly the same list Sort( lst_Levels.cln_Levels, cln_Levels ) but make the field a Single Line of Text...

Re: Cannot convert value null to text - pivot

Hi @naledi_h , According to your description, I reproduce your problem. If there is null in the column, after pivot the column, the same error occures. I think it's ...

Re: Appending columns Power BI

Hi @piyushjh ,   You can do this quickly by breaking the source up into lists then recombining them: let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromT...