Excel Importer

0
Hi all, Actually I want to create a edit button in excel importer if some content is missing in data for that, and then user can edit that content in same page only and save it on another tab of page Is it possible. Please guide for that. Thanks
asked
1 answers
0

Hi Akshay,

To my knowledge, when you import using the Excel importer, you are creating the actual entity based on your template and you can’t view the lines on the front-end.

One way to work around it is to have an indicator on your entity such as a boolean to say whether it contains all the data and/or has been processed. This would depend on your specific application and would involve some bespoke microflows. Check out the sample microflows in the Excel Importer module and see how it would be best to implement it.

answered