Hi there, noob here can anyone please assist in helping me to correct an error on my database. I am saving information from an external website on my db, in this case it’s multiple links to download documents under each topic / line item, however the downloadable links are being saved as one long string instead of separate links, therefore not working if there is more than one link. Please help me out
Use a delimiter when saving your links and then use the “split by” operator with your delimiter to turn the text into a list of texts
Thanks a mil