I am getting the vcount of rows in variable from row count transformation and I want to send the row count in a mail as message. I am trying to use expressions in send mail task for message and when I use @[User::MyCount] .It gives error "cannot convert expression value to property type". I am using variable of int32 type to store count of rows in a row count transformation. How to send count of rows in a mail?
Thanks for your time and help.