• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Ampersand in Trello not working

Status
Not open for further replies.
Greetings,
I am trying to send a url with "&" to trello, but it is received as &

Is there a way to escape this?

I have already tried multiple ways:
&
&
&
&
\%26
& 
\u0026

they are all parsed as & in trello

Underscores _ are also parsed as \_
Not sure how to fix this

Thanks
 
Last edited:
P

Pabblymember11

Guest
Hey @juanmontero

We resolved your concern of conversion of _ and &. So, we have made a new endpoint of " Create A Card (With Plain Text type Description) " and use it to avoid such conversion now.

Basically, we were using markdown type in the backend for the description filed which result in the conversion of & to &amp, or u can say it is encoding the special character so to solve that problem we have created an endpoint that supports the plain text and it will not convert or encode anything you write in the description field.

Moreover, you can easily use & / and any special character with it. In the future, we will be working on how to give the ability to change the content type to the users themselves so we will not have to worry about creating multiple endpoints.

I hope this might help you. Please try this at your end and let us know if that work for you
2021-07-08.png
 
Thanks, this fixed the "&" issue, but created another issue.

My description contains break lines, but now all those break lines are converted to <br />

So in trello I ended up having a block a text with a lot of <br />.


1626181850282.png
 
P

Pabblymember11

Guest
Hey @juanmontero

Sorry for the inconvenience. Please use Trello's "create a card with plain text" action event and let us know how it goes.
 
Last edited by a moderator:
Status
Not open for further replies.
Top