I’m using the Javascript To Bubble element of the Toolbox plugin. I’ve hit an issue that I cannot resolve.
The issue is related to the privacy rule of a particular data type. I have this set to View All Fields. It is just recording the date a Thing is deleted.
When the script is first triggered, the workflow can see the deletedDate
field.
But after it passes the Thing to the plugin, for some reason it cannot see this field even though it can still see all other fields. This is causing my app to not work correctly, of course.
Any ideas why the JS2Bubble plugin cannot see this one field even though it can see the rest of the Thing?
Thanks!