How to add veriable in query of get message activity in office 365

Hi @Hemant_Deshmukh

You can try to write the query like this assuming srt.number is the variable

"contains(subject, 'project report no" + srt.number.toString + "')"
1 Like