excel import

0
i want to do all mx reflection of entity and creating template process in background  and just want to show  simple page were user can upload excel file.  and all procedure work back ground and  user just see the data in page. so how can i achieve this? please can u tell me steps which microflows and how to use from this modules to achieve this result?  
asked
1 answers
1

So to find out how to do this, you can simply go to the page that's included in the module and check which microflows they call to sync:

When opening the microflow, you can see that they use a specific java action:

You'll have to call this java action in your after startup microflow to sync the model.

The excel importer has an example flow for setting up templates automatically, you can find them in the “_USE_ME” folder:

Using both of those should have the effect you're looking for.

answered