Variables on page events with fetchrecordfieldvalue

Hello

O page events, i have set up the following “fetchrecordfieldvalue” sentence to geta part of an url:

then i complete the url

imagen

i send it on a mail

imagen
When i call that function on the mail it’s like this, as if it was in an array, see this picture:

¿¿¿What can i do to get that text without the [" and the "] ???

Read what the pluck() function does here Collections - Laravel - The PHP Framework For Web Artisans.
Doing this should work; if it doesn’t, visit the link above to read more.

$base_platform_url = $base_platform_url[0] . $url_relativaticket . $id_del_ticket;

That solved my problem!!! Thank you