Hi all,
I am trying to filter the emails that show up in my gallery so that the only emails displayed are those that contain an ID called the "Trade Number"

However I have not been very successful. The emails showing are not correct. My connector is below, with varTradeNumber being the variable holding the Trade Number. Would anyone have any suggestions ?
Office365Outlook.GetEmails(
{
folderPath: "Inbox",
fetchOnlyUnread: false,
searchQuery: varTradeNumber
}
)
Thanks,
Conor