Hello, I embed a canvas app inside a form and I want to filter the associated records.
I want to get the Guid and then filter by the column I want to filter
this is the formula of the gallery :
Set(
RecordItem;
If(
IsBlank(Param("id"));
Blank();
LookUp('Seguimiento Convoys'
;
Tbl_Seg_Convoy_Activo_2= GUID(Param("id"))
)
)
)
Filter('Seguimiento Servicios';idConvoy= RecordItem.idConvoy)
