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

i send it on a mail

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;
agg02
3
That solved my problem!!! Thank you