Hi,
is it possible to use Data Objects that came from an external API and are only displayed in Design and are changed and than be saved back to the external Api as Json without creating a Bubble Data Object?
Example :
I get a Medication Object from an external api and it has the property “taken” …
I was able to display the Data in my Design and I can change the Value of “taken” …
I was also able to initialize a PUT Request where a Json Object (the same obj that I got from the API) is saved.
So how can I use the changed Body in the API Actions Json Body from the received and changed Data (from the API) to save the changed Data to the external API.
Thank you
Kind regards
Thomas