Hello Everyone,
I have an link to an image, which contains \ (backslash). It works fine in editor, but in preview - \ is removed.
If I urlencode the link in advance, it works. But I get data from external api and thus have to work with what I have
Question: is removing “\” intended or is it supposed to be encoded by adalo? If so, how can I urlencode text inside adalo
Link in preview (from Network in browser dev tools)
https://maps.googleapis.com/maps/api/staticmap?size=300x300&maptype=roadmap&path=enc:y`kyHrzWFEXwBFU_DLmANsARoBHw@BWBWA[NiBBS@IFc@BSDWBOF_@&key=***
Initial link
https://maps.googleapis.com/maps/api/staticmap?size=300x300&maptype=roadmap&path=enc:y`kyHrzWFEXwBFU\\\_DLmANsARoBHw@BWBWA[NiBBS@IFc@BSDWBOF_@&key=***