Mendix App from spreadsheet

0
If I am creating a mendix application choosing the starting point as   “ Start from spreadsheet “ .  If I have some columns with conditions written behind them , will mendix create those conditions as well or is it something that I need to managed from microflows myself ?
asked
1 answers
1

Hi Shivam,

 

Looking at the documentation, the start from spreadsheet option seems to be just for the data. You will need to create the custom logic yourself. “The data of the spreadsheet will be analyzed and converted into entities, attributes, and associations. Also, pages and navigation items based on your data can be created.”

https://docs.mendix.com/refguide/app-from-spreadsheet/ 

Hope this helps!

answered