Notification body not showing

Hello, i'm experiencing this problem:

In my workflow, when two conditions are met, a notification is sent. This part works perfectly. But the problem is that in the body of the notification, when it's sent, it just shows the first of three values, like this:

Room: <<any(Select(lugar_reservado[lugar_reservado_base];[id_lugar_reservado]=[_thisrow].[lugar_reservado]))>>.

Travel Agency: <<select(agencias_viaje[nombre_agencia];[origen_reserva]=[_thisrow].[id_agencia])>>.

Guest: <<any(Select(huespedes[huesped];[id_huesped]=[_thisrow].[huesped]))>>.โ €

It only shows the room. The other two expressions are fine, i've tested them on a test column. I have tried to do this with other values but it just wonยดt work. What i'm missing here?

 

Regards,

Federico.

0 3 73
3 REPLIES 3
Top Labels in this Space