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 190
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