Hello Experts,
Any idea how to trigger joiner event only for those identities who have the Workday link.
I have attached the above filter but its not triggering the events for all the identities.
Thanks
Any idea how to trigger joiner event only for those identities who have the Workday link.
I have attached the above filter but its not triggering the events for all the identities.
Thanks
Hi @niket345 ,
Can you try with the below one.
<Filter operation="EQ" property="links.application.name" value="Workday"/>
with needsCreateProcessing value is true.
I am hoping the needsCreateProcessing value is missing in your case, if that is the case, you can check once. Once the joiner is triggered for the user, this value won’t be there. No matter if the event failed or success. But next time it won’t be there on the user to trigger, because you are using Create event.
You can find the value for newly created identity from debug page.
<entry key="triggerSnapshots">
<value>
<Map>
<entry key="needsCreateProcessing">
<value>
<Boolean>true</Boolean>
</value>
</entry>
</Map>
</value>
</entry>
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.