You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i tried to update the excel file actions column, i must restart the engine to get the result updated.
this is because the rootMap won't be created each time, if it's already create so the engine will not create it again and update the data , so this instruction should be deleted to update the rootMap after each checking time if (rootMap[rootMapId] == null || rootMap[rootMapId] === 'undefined')
The text was updated successfully, but these errors were encountered:
When i tried to update the excel file actions column, i must restart the engine to get the result updated.
this is because the rootMap won't be created each time, if it's already create so the engine will not create it again and update the data , so this instruction should be deleted to update the rootMap after each checking time
if (rootMap[rootMapId] == null || rootMap[rootMapId] === 'undefined')
The text was updated successfully, but these errors were encountered: