Table filled with null each row

1
0
-1

Hello Everyone,

Currently im having an issue with my table row. almost all of my table row filled with null. Does anybody here ever experienced this problem? what are the solution to overcome this? and what makes the row filled with null by itself? Here I give you screenshot of my table.
https://www.dropbox.com/s/27cvjfaiky1667i/row%20terisi%20null.PNG?dl=0

Comments

Submitted by delphine.coille on Thu, 09/26/2019 - 16:38

Hi Yoga,

Have you set an operation in Bonita Studio ? As you can see in Bonita documentation , operations are actions defined in the task to update the output value of the variable in your database. It could explain why your table row is filled with "null". Delphine

Submitted by yogabaskara17_1... on Fri, 09/27/2019 - 03:48

Hello Delphine,

I have set the operation and i cancelled the operation, everytime i run operation and cancel it in the middle of operation, the null row added automatically in the table. If i deploy the application will this issue still appear after application has been deployed? because user might cancel the operation anytime no matter what the reason is.

thanks,
Yoga

1 answer

1
0
-1

By cancelling the operation, I guess the engine will add a row in your database but cannot fill it with the data out of your operation. If your users must have the ability to cancel their task, I would advise you to add a "save" button before "Submit" to give your users the abality to cancel at anytime what they are doing before submitting the form.

Notifications