cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Tal22
Helper IV
Helper IV

Database form front end for Dataverse

I am an Access developer using Dataverse tables. My organization would like to move apps to the cloud. I am resisting this because I cannot find a database solution as powerful as Access. (I explored using Model Driven apps but that platform lacks basic features like concatenation functions). Does anyone know of a third-party front-end cloud app comparable to Access that connects to Dataverse? 

10 REPLIES 10

I don't think you can find a front-end app by a third party connecting to Dataverse more powerful than a model-driven app.

Regarding your specific question (the concatenation) maybe there isn't a UI function to achieve what you want but it can probably be done by server code (C# Plugins).

If you create a list of examples of what you need to achieve in Dataverse me and other users can take a look and tell you if in my opinion is doable and which tool you can use for it.

shashankbhide
Continued Contributor
Continued Contributor

If you post the question w.r.t what you want to concatenate, we can help, Access is no match for Dataverse (IMO)

Hi @Tal22 

 

I recommend that you learn a little about dataverse and become familiar with how this database can interact with its native front ends and enhance application development.

 

First of all, there is nothing more powerful than using dataverse in a Model Driven App or a Canvas App.
https://learn.microsoft.com/en-us/power-apps/maker/data-platform/


I suggest you consult the documentation.

 

Then, as they tell you, there are extension forms that make the application powerful, whether you do it in the back with C# (plugin, Azure Function, Power Automate, etc.), in the user interface with JS. But it even has other forms such as Power FX.

 

IN this example I put you concatenate

https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-concatenate

 

Jmanriquerios_0-1720684718144.png

If you want to use another front office tool you will have to set up your entire query protocol to the Dataverse API and this will be much more complex

 

 

 

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
You can accept more than one post as a solution
Follow me on Linkedin, I talk about Power Platform
Visit me!

I am not impressed with the Model Driven apps platform available to me. It pales in comparison to Access capabilities. Regarding creating names columns, in Access you create two columns, first and last name. Then you concatenate first and lasts names in a query that is then used in a form (via combo box). In my version of Dataverse, the persons first and last name have to be entered into the Primary column. This violates a basic tenant of good database design called atomization. As for concatenation, I know how to concatenate columns in Dataverse but it is not possible to map concatenate columns using Lookup's and I don't want to delve into C#. Besides, there is no documentation on how or where you can configure a lookup column. In short, Model Driven apps are good for basic applications but not for robust and complex database applications.

Thanks for the information, though. I suspect I have a different version / license of Dataverse than you. 

 

Hi, I am not sure if you're a deep user of Access. It is far more powerful and customizable than Model Driven apps. As I replied in the previous post, I understand how to create concatenated columns in a Dataverse table. Using them as Lookup sources to relate tables is not possible. Moreover, as I posted here in a reply, Model Driven forms/Dataverse violates a basic best practice of sound database design called atomization. It is not a serious or robust solution. 

Thanks, as stated in my replies here, I understand how to create concatenated columns in Dataverse. I write these strings all the time in Access queries and forms.  I also have taken a deep dive into Model Driven apps. My problem is the pretzel log of jumping between other apps like Power Automate and I am not a C# programmer. PA and C# is not required to build powerful Access applications. 

 

It looks like Canvass Apps would be a solution, but my organization does not have a license. To make my work more complicated, my non-profit org also uses a Human Services Saas platform that uses Zoho analytics. Hence, I have to maintain two database systems. I am thinking of moving away from Dataverse and migrating to Zoho Creator. I don't know if you have any experience with this Zoho platform. If so, would love to hear your feedback. 

 

Also, the link you posted, Dataverse documentation - Power Apps | Microsoft Learn, is outdated. For example, the window shown below for "Real-time workflows" is no longer an option in my Dataverse environment. 

Tal22_0-1720718176138.png

I've looked a MS documentation many times and it is usually very outdated or full or errors. Probably because Microsoft is unable to keep up with its own, unwieldly platform. 

if you think that Dataverse is not a good solution and other products like Access or Zoho (that I also use and happened that I did integrations with Dataverse, including Zoho CRM, Zoho Books and Zoho Subscriptions) nobody is stopping you to use them and I don't think here you will find users telling you "Dataverse is the best platform of the world" or "you must use Dataverse" because each system has its own strength and weak points.

 

Let me write a couple of examples:

I am quite sure you are considering alternatives to Access for some reasons (otherwise you will continue to use it) and probably the main ones are the multi-user access and the availability to the cloud, probably an excel file shared on OneDrive has better capabilities than an Access DB stored in the same way, and Dataverse is built to be multi-user and on the cloud.

 

Let's do another comparison between Dataverse and Zoho Creator you mentioned, In Zoho Creator you can create security roles and role hierarchy but the security model of Dataverse (Security Roles, Owner Teams, Access Teams, Column Security Profiles, Business Unit separation, Sharing capabilities) is far superior than Zoho Creator.

 

I know the market and you know better than me there are other platforms where you are able to build your own schema. Can I mention Salesforce? can I mention Mendix? can I mention smaller players like Airtable or Citrix Podio? Yes I can, because there isn't a product suitable for everybody.

 

If you want to ask suggestions on Dataverse I am very happy (and other users as well) to give advises on how to implement a feature that is straightforward to implement out of the box, but if you come here to vent about Dataverse and Microsoft do not expect a reply or someone telling you "you right! MS sucks" and the main reason is that these are Business applications, not football teams, people work with these products.

Hi @Tal22 

 

I think ignorance often makes us say things we don't know.

 

I recommend that if you are not happy with this platform you can look for other alternatives on the market, there are many.


It is not perfect but here you will find PASSIONATE about MSFT technology and this forum is to help build and solve, not to criticize.

If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
You can accept more than one post as a solution
Follow me on Linkedin, I talk about Power Platform
Visit me!

I work for a non-profit organization, and I don't have much say in terms of choosing SaaS platforms. In other words, I am stuck with Microsoft.

 

As I mentioned earlier, we are using a Human Services Saas platform connected to Zoho analytics which I use to create dashboards and reports. The reason I asked about Zoho Creator is that I can directly access the data tables in Zoho Analytics, data created by the Human Services SaaS we use. My version of Dataverse, on the other hand, does not have a connecter to Zoho Analytics. 

 

As for my claim they MS sucks, I will be more precise in my assessment. Outside of the standard office products, Outlook, Word, Excel, Access and PowerPoint, Power Platform in general makes for a difficult user experience for people like me who don't have advanced degrees in computer science. 

 

As I previously stated, either the documentation for Dataverse is outdated, or there are different versions of Dataverse. I spoke to my IT person, and they responded that they "don't have a PHD in Microsoft Licensing" so, we really don't know what version of MS products we have. 

 

Given that Microsoft's platform, software, coding, and tech is done it India, I suspect some of the UX and UI issues are simply results of cultural and translation issues.

 

That said, I will stick with Access until I feel Model Driven apps reach the power and capability that Access offers. 

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!   This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions in the Forums to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersNumber of SolutionsSuper UsersNumber of Solutions @anandm08  23 @WarrenBelz  31 @DBO_DV  10 @Amik  19 AmínAA 6 @mmbr1606  12 @rzuber  4 @happyume  7 @Giraldoj  3@ANB 6 (tie)   @SpongYe  6 (tie)     Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Community MembersSolutionsSuper UsersSolutions @anandm08  10@WarrenBelz 25 @DBO_DV  6@mmbr1606 14 @AmínAA 4 @Amik  12 @royg  3 @ANB  10 @AllanDeCastro  2 @SunilPashikanti  5 @Michaelfp  2 @FLMike  5 @eduardo_izzo  2   Meekou 2   @rzuber  2   @Velegandla  2     @PowerPlatform-P  2   @Micaiah  2     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 3:Community MembersSolutionsSuper UsersSolutionsPower Apps anandm0861WarrenBelz86DBO_DV25Amik66Michaelfp13mmbr160647Giraldoj13FLMike31AmínAA13SpongYe27     Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Week 4:Community MembersSolutionsSuper UsersSolutionsPower Apps DBO-DV21WarranBelz26Giraldoj7mmbr160618Muzammmil_0695067Amik14samfawzi_acml6FLMike12tzuber6ANB8   SunilPashikanti8

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (808)