I’m relatively new to writing ISC transform operations etc, would like some help please.
We are reading the last sign in logs from Entra ID. These are mapped to an identity attribute and I’m applying a transform to convert it to UTC to AEST. If the answer is NULL, then this comes back as “Never”.
This transform works, however, I cannot seem to use range queries because I don’t believe I’ve used the DateFormat properly to get it to ISO8601.
Example Search: attributes.admLastInteractiveSignin: [now-30d TO now]
HI @SeanK-W , were you able to see the date in ISO format being populated for identities for admLastInteractiveSignin attribute? Format shouldn’t be a problem I believe.
Yes the attribute appears without issue - so the datemath part is working.
However, when I try using the search query - I get no results… So I was assuming this is an issue with how I’ve applied the dateformat type? Or perhaps the search query itself?
It seems like the search is working OK because it works for other attributes… Just not this new attribute… I think it’s something to do with the transform perhaps I’ve made an error somewhere.