Hi All,
Does anyone know how I access the returned values from a string function.
My current use case:
The goal is to split the two emails and only return the "user2@email" as I would like to use that value in a UDM query down the line.
Any idea how to achieve this?
Thanks
Solved! Go to Solution.
Hey @d_patel_dj,
What kind of situations can we expect inside the playbook? Will it always be only 2 values and you would need to use the second one or there can be other permutations that we need to keep in mind?
Hi @ylandovskyy ,
In this occasion yes, as my company has a legacy email and a current email address which gets pulled through within the entra alerts. The goal is to run a custom UDM query using the second email, currently the alert pulls both of them which breaks the custom UDM query I have executing later on in the playbook.
In that case, the simplest solution is to use the "last" function.
Thats worked!
Thanks @ylandovskyy 🙂