Hey, I have a load of workflows that are built off a data type connected to an API. I now need the data to come from another source. Rather than rebuild the WFs I’m instead trying to recreate the data type and inject the new data.
I’ve constructed a JSON object this way using the toolkit plugin and Bubble accepts it.
But for some reason the Bubble isn’t reading the data, even though in the server logs i can see the JSON file with data in.
Anyone tried doing something similar before? I’m so close but have run out of ideas.