Email Attachment Error

Hi guys.
Iโ€™m getting the following error:

  • Error 1 : โ€˜Handle updated Ticksheet recordโ€™ task โ€˜Send an emailโ€™ Attachment template. Expression โ€˜Select([Ticksheet][ID],TRUE)โ€™ is invalid due to: Unable to find column โ€˜Ticksheetโ€™.
  • Error 2 : โ€˜Handle updated Ticksheet recordโ€™ task โ€˜Send an emailโ€™ Attachment template. Start expression โ€˜Select([Ticksheet][ID],TRUE)โ€™ should generate a List of Ref values. Please verify that it generates a List and that the contents of the List are Ref values. Ref values should come from the โ€˜Keyโ€™ column of the referenced table.

I donโ€™t understand it because the table โ€œTicksheetโ€ does exist and [ID] is the key column.
Could anyone advise please.

Thanks

Solved Solved
0 2 88
1 ACCEPTED SOLUTION

Maybe try Select(Ticksheet[ID],TRUE) - when you put Ticksheet into square brackets appsheet treats it like a column not table I guess

View solution in original post

2 REPLIES 2

Maybe try Select(Ticksheet[ID],TRUE) - when you put Ticksheet into square brackets appsheet treats it like a column not table I guess

Thanks Mateo, that works.

Regards

Top Labels in this Space