Link component - mapping breaks (new builder)
Hi,
I have been rebuilding my app in the new builder for the past several days.
My app is connected to Parse back end and I am using the link component in order to display telephone numbers from parse and make them click to call.
As per the following image... I map the number to the link component.. both text and URL... and then add the following code... return "tel:"+value;
It works, however the mapping gets broken after a short while and it appears as the mandatory URL section in the User Interface over rides the mapping because when the mapping is broken the link component is linked to whatever address is entered there.
This worked well in the old builder.
The link component appears to be the only component that is affected by broken mapping.
Please assist,
Thank you