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
I have been able to set up the plugin in my own custom interface but I am having issues loading the saved JSON data from sqlserver.
I have saved fine but on reloading the page, the setdata function doesn't work.
This is a sample of the JSON data as is from my db:
I encoded the stringified data from the workflow and then save it in the database, then when opening my workflow builder I used decode.uricomponent to decode the data as it comes from the database and then sent it into the view. Problem solved!
I have been able to set up the plugin in my own custom interface but I am having issues loading the saved JSON data from sqlserver.
I have saved fine but on reloading the page, the setdata function doesn't work.
This is a sample of the JSON data as is from my db:
{
"operators": { "0": { "properties": { "title": "
The text was updated successfully, but these errors were encountered: