Easy Morph Apps?

Hi, is there a way to easily build client-facing app to upload / view data in easy morph? If I remember correctly there was a plan to add this in easy morph 5? Maybe I’m mixing things up…

Basically, we want to allow users to login and to upload some excel files and process in easy morph and present them with a nice dashboard to review parsed data. We can send them to EM server but unfortunately, EM server is more designed for technical users.

EasyMorph Apps is still on the roadmap. However, we will start working on them not earlier than the summer.

I would suggest a few options for your case:

  • Use a 3rd party data visualization tool (e.g. Tableau or Power BI) for visualizing data. The tab Pages in Server can have a custom HTML page with hyperlinks to the report if needed.

  • Build a custom HTML/JS data visualization and make it available via the Pages tab in Server. This would require some programming.

  • Embed a Tableau or Power BI report into the Pages tab (see below).

1 Like

PS. Feel free to set up a call with me to discuss the options. You know my email :slight_smile:

I’d like to know more about your vision for EasyMorph Apps. It’s the first I’ve heard of this and would be interested.

Interactive Apps will be a layer over the existing workflow engine. Basically, it’s a state machine where the nodes are screens with UI objects like tables, charts, and input fields. Tables and charts are based on the datasets calculated by the EasyMorph engine. Every edge is a module. Transitioning between nodes is done via modules.

This will make it possible to create applications with a workflow that depends on user input. For instance, show the user a list of regions (and a few charts with details on regions) and offer to select a region. Then, based on the selection, run a module and go to another screen. Then to another, and so on.

With the Interactive Apps, it will be possible to automate business processes, for instance:

  • Onboarding of a new supplier
  • Inventory operations
  • Sending an order for office supplies to the internal procurement department
  • Management of IT infrastructure

I know that’s not much information, but the concept is still in the works and many details may change, so I would be reluctant to share them now.

1 Like

UPDATE

The Interactive Apps have been postponed. It’s too ambitious for us at this moment. We’ve concentrated our efforts on building the data catalog, adding more integrations, and making Server more enterprise-ready.