Forum Discussion
Yash_Mudaliar
Apr 08, 2021Iron Contributor
Error running a playbook
Hi guys,
I am trying to take the O365 Security Centre's alerts via Graph Security connector and want to select only those alerts which were updated in last 5 mins because I am running a recurrence loop of 5 mins as the first step of the flow.
But while doing this, it's throwing me the error of :
error": {
"code": "BadRequest",
"message": "Invalid filter clause"
When I remove the time filter, it works fine, but then it's of no use because I want notifications only for new updated alerts.
This is what I am using to filter : addMinutes(utcNow(), -5)
Can somebody please help me out in this? Please.
No RepliesBe the first to reply