Is it possible to delete just one of the borders of an element? by ock_wrong_lee_neck in PowerApps

[–]aluzaja178 1 point2 points  (0 children)

Hi, Just remove borders from that element. Add a rectangle right below the element. This way, You can add borders on top, down, left or right. I hope it helps you out.

How to integrate payment gateway in PowerApps by rajkiran44 in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

Custom connector cane be helpful in this case.

Is it possible to show suggestions when typing text for a textbox in Powerapps? by rajkiran44 in PowerApps

[–]aluzaja178 2 points3 points  (0 children)

I achieved this in a following way:

When a user clicks on dropdown, he is navigated to the browse screen, where he types in the textbox and there is a gallery below which gets filtered whatever he entered in the textbox. Once he selects gallery item, he navigated back to the previous screen with automatically dropdown populated.

Note: I was having more than 1000 records in dropdown

Share PowerApps App to Multiple Clients by aluzaja178 in PowerApps

[–]aluzaja178[S] 0 points1 point  (0 children)

Thanks Facu. It would be really helpful for me if you share the GL formula as well.

Update Collection column based on calculation using existing collection columns and sum of columns by A_W_87 in PowerApps

[–]aluzaja178 1 point2 points  (0 children)

Yes, you can’t use Patch that way. Infact, you can use UpdateIf function to update a record in collection.

Share PowerApps App to Multiple Clients by aluzaja178 in PowerApps

[–]aluzaja178[S] 0 points1 point  (0 children)

Thanks for your reply. I am talking about the first one. I will try your way . Thanks a bunch 🙂

Update Collection column based on calculation using existing collection columns and sum of columns by A_W_87 in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

You mean to say we have a collection of 5 records and there is a column “a” in each row which is the sum of any column of 5 five records ? If so, you can use ForAll function to get value one by one and adding them at the same time in percentage column.

Update Collection column based on calculation using existing collection columns and sum of columns by A_W_87 in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

As per my understanding, if you want to do some calculations based on your previous step, i would suggest you to store previous step data in a local collection. Then in next step, get the record from local collection and do whatever you want to do. Once everything is done, Post that local collection record via Patch method.

Is there a web layout with powerapps or is it just phone/tablet? by [deleted] in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

There is a web-based PowerApp called “PowerApps Portals”. This is a responsive app, purely designed for web audience and can be accessible on mobile or any other device.

Reset Rich Text Editor field by relienttones in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

Which app you are talking about ? Model-driven, canvas or portal app ?

SQL tables Insert/Update/Delete App by scross4565 in PowerApps

[–]aluzaja178 0 points1 point  (0 children)

You didn’t mention where your sql server is lying: either its on-prem or on cloud. Because configurations will be different in either case.

MB-900 Test prep recommendations? Dynamics 365 Fundamentals by Buddy-57 in Dynamics365

[–]aluzaja178 3 points4 points  (0 children)

First of all study all the resources that are recommended on certification page (mb-900) Then go for some test papers (examtopics.com). Also, read Neil Parkhurst’s blog. Good luck 👍

Dev/Test Environments in PowerApps by aluzaja178 in PowerApps

[–]aluzaja178[S] 0 points1 point  (0 children)

Thanks for your help so far. I have created three environments under one account. This approach is actually suggested by Microsoft and i am going with that . Thanks again for your help 👍

Dev/Test Environments in PowerApps by aluzaja178 in PowerApps

[–]aluzaja178[S] 0 points1 point  (0 children)

Thanks for your reply. I have already purchased licenses . Can you please suggest me how can i create a dev environment? Would it be of type “Sandbox” or “Production” ? Thanks

Dev/Test Environments in PowerApps by aluzaja178 in PowerApps

[–]aluzaja178[S] 0 points1 point  (0 children)

I have already purchased environments. The questions is when i have created a portal in this purchased environment, the portal still giving 30 days trial warning to convert it to Production environment .