Excel importer

0
Hi all,   Am using tree table to display data like BOM structure. Here data are stored in excel using excel importer data are imported. I want to display data like parent item and child item. But am not getting like this structure ...in the below image like not getting child attribute under parent attribute.   please help me out get parent node under child attribute . thanks
asked
2 answers
0

Anupama

I created a small test app.

 

Here is how I structured the Excel spreadsheet:

image.png

 

I then created this entity in my app:

image.png

 

And imported the spreadsheet with Excel Importer.  

 

Next, I created a microflow to populate the Parent/Child association:

image.png

 

Finally, I created this page:

image.png

 

That looks like this after starting the app:

image.png

 

Hope that helps,

Mike

 

#### EDIT BELOW ####

Here is where I called the microflow:image.png

Details in the microflow

image.png

 

here is detail of the treeview page:

Highest level Tree Node:

image.png

 

Each Nested Treev Node:

image.png

 

answered
0

Hi Mike,

am unable to get correct flow.could please help me .below is the image of microflow and page which i have created.

image.pngimage.png

answered