Can you please go with a overview of what you are going to do and then start doing the work? Also, explain why are you adding the event filtering feature and what type of filtering you add on the filter section and what type of output you are getting and passing into that get object, especially the path data.events doesn't make any sense.
@OktaInc9 ай бұрын
Hi. @dhineshkumard9512 - You need to notify users when a particular application is assigned to them. You can use the Okta - User Assigned to Application event. But this event will trigger when any application is assigned. Creating an event hook for an application allows you to trigger a flow only when this particular application is assigned. When another application is assigned, it will not trigger this flow. 'data.events' is a key in a JSON object from the event. You can extract data from a JSON object to use later in the flow. This KB: support.okta.com/help/s/article/How-to-Read-a-JSON-Path-With-DotNotation-inWorkflows shows how to do that. I hope this helps. ^MK