Hi there,
I’m Ahmed, a backend software engineer. I’m relatively new to Bubble and was exploring ability to introduce custom code into Bubble through plugins.
I’m building a plugin for a case in one of my projects that requires a lot of data manipulation based on transactional APIs and was wondering if it is possible to alter data type objects directly within the plugin without having to modify the data and send it back out of the plugin then map the fields to a “Make changes to a thing” action.
Also, any idea on how can I pass things as output from a plugin? currently I’m using JSON encoded text and parsing it outside before passing data to other actions but this is not very flexible
Best,
A.M.