Hello!
I have been creating a sheet that pulls data from a hotel database and then maps it into a pdf.
I have been trying to get the sheet to pull as many suitable (in this case, from the same town) hotels as possible.
The only way that I have been able to do this is by using =JOIN(COLLECT({Hotel Database Name Range}, {Hotel Database City Name Range}, [Town]@row), CHAR(10)) and using the delimiter CHAR(10) to create a newline. This doesnt translate to my mapping and I am left with an unreadable PDF.
Is there
a) A better way to create newlines that actually translates to mapping? Every method I have found uses the 'wrap text' feature of smart sheet cells and this seems like it doesn't translate to mapping.
b) A way that I can get my mapping to read this data? The amount of data in each cell varies based on the town that is used to pull the data from the database