This is where we need to write a bit of json to structure our data properly.
A basic example of a json structure is included with the pluginā¦
{
āSale Dateā: āThis Salesās Order Dateā,
āSale IDā:āThis Salesās Order IDā,
āItemsā:[āThis Salesās Itemsā],
āRegionā:āThis Salesās Regionās Nameā
}
You need to change each of these fields to match whatever your appās data is. As a cheat, you can get out of using ā marks on the value if you use the Bubble operator :formatted as json safe.
I have done this in the example below. This also means Bubble will make sure no disallowed characters slip through and end up breaking your export.