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