I’m trying to export an XML file that exports all the data types of a listing. I have the listing broken out into:
- Listing
- Listing Address
- Listing fees
All listings are tied back to the Listing unique ID. The problem I’m having is that I need to populate the listing information into a text that I can then export to an XML file. I’m able to search for a Listing and then Format as text and have each Listing field populate but within that same Format as text, I need to also search for Listing addresses and add a constraint to search only for that Listing.
I get an error when I try to export an XML file. It can pull each Listings fields but when it comes to constraining another search using “This Listings”, it creates an error.
Alternatively, I used Algolia to search and had the same constraint for “This Listing” and do not get an error but Bubble will only constrain for the first Listing rather than each listing.
Any advice here would be helpful. Essentially I’m just looking for the best way to structure an XML file with the format mits 4.1 standard from my Bubble.io database records.