Google Gantt Chart Widget in Mendix

0
I am facing an error when using the Google Gantt Chart Widget in my application. I have created a persistable entity with the mentioned attributes as per documentation  taskID (String) taskName (String) resource (String) startDate (DateTime) endDate (DateTime) duration (Integer) percentCompleted (Integer) dependencies (String) I have also created a microflow that will return a list for the row details.   Still I am getting an error when running the application.   Does anyone have an idea of how to fix this??
asked
1 answers
0

Hello Abhinand, there are some error shown in the console? 

It’s important to ensure that both the entity and the microflow have the necessary roles configured in the security settings.

Additionally, the microflow should create a new entity for each item you wish to display in the Gantt chart and return the list accordingly.

.image.png

answered