Forum Discussion
alexl_2397
Jun 10, 2024Copper Contributor
Parsing a Sentinel Alert through Logic App
Hi. I'm struggling with configuring a Logic App to be ran when a Sentinel alert is triggered. More specifically the details of the Sentinel alert being printed out via the Logic App. The query t...
JayK_13
Jun 14, 2024Copper Contributor
Not so easy to debug from a few screenshots
It may be easier to understand whats going on by casting related Entites to an array then doing filter array where the expression to be filtered is
item()?['kind'] equal to Account
then loop and look at the properties JSON and extract the two entities
It may be easier to understand whats going on by casting related Entites to an array then doing filter array where the expression to be filtered is
item()?['kind'] equal to Account
then loop and look at the properties JSON and extract the two entities