Fill template inside a table

Hi, Iโ€™m creating a workflow where the program sends a PDF file attached to a mail. The template is filled correctly except that it doesnโ€™t fill out the table. I mean.

When the โ€œMovimientosโ€ table creates a new record
The program sends a mail
The email arrives correctly
But in the template it doesnโ€™t fill the tags from another table. (Iโ€™m using the <<Star: โ€ฆ sentence but I donโ€™t find the mistake.

Thanks!
Captura de pantalla 2020-06-30 a la(s) 16.49.04|449x500

0 3 192
3 REPLIES 3

@Sistemas_Ammadeus
Your <<Start: โ€ฆ>> expression is not correct. It shall be:

<<Start: SELECT(Detalle Movimientos[Detalle Movimiento id],[Movimiento id]=[_THISROW].[Movimiento id]>>

Hi, I did it, but now I do not receive the email, for example in the ORder Capture Sample App they did not use the sentence SELECT just, order details, but I dont find where is it different from my App

I modified a little

<<Start: SELECT(Detalle Movimientos[Detalle Movimiento Id],[Movimiento Id]=[_THISROW].[Movimiento Id])>><<[Producto Id].[Serie]>>

<<Start: SELECT(Detalle Movimientos[Detalle Movimiento Id],[Movimiento Id]=[_THISROW].[Movimiento Id])>>

I received the email again but in blank

Top Labels in this Space