Demo Page:
https://data-type-to-json.bubbleapps.io/version-test
Editor Page:
https://bubble.io/page?id=data-type-to-json&tab=tabs-1&name=index🌟New Features:
• Get a thing property as JSON - export SPECIFIC properties from your DB
• Get a thing as JSON - export a specific type and specific thing from your DB
• Get a list of things as JSON - export a list of a specific type from your DB
📝 To Use:
1. Open up workflows
2. Click to add an action
3. Go to Data (things)
4. Click "Get a thing as JSON"
Then, next action can ingest all the information you have about your object (or you can pick and choose which field to use)
This plugin extracts the first 20 keys of your object so you can reference them.
✍️ For example:
User Data Type is:
{
"Created Date": "2024-08-19T20:24:24.147Z",
"Modified Date": "2024-08-19T20:24:24.151Z",
"_id": "1724099064147x354079593354623200",
"_type": "user"
}
You can get this by:
1. Create a new workflow on page load
2. First action should be: Data > Get a Thing As JSON
3. Second action should be: Whatever you want to update > result of first step's
4. Select `First Property of Your Data Type`
The result will be `2024-08-19T20:24:24.147Z`
5. Select `Represents Your Data Type`
The result will be `{"Created Date":"2024-08-19T20:24:24.147Z","Modified Date":"2024-08-19T20:24:24.151Z","_id":"1724099064147x354079593354623200","_type":"user"}`
💬 Join the discord to ask any questions if you have any:
https://discord.gg/eP2EQNtGpQ