09 Oct 2024 07:24 AM
09 Oct 2024 07:47 AM
Try use this regex:
.+\.(.+)$
09 Oct 2024 08:41 AM
Hi @thanawat
you can create a query to return the value after "."
or create a rule to fetch exact message in the exception after "."
BR,
Peter
09 Oct 2024 08:49 AM
Hi @michal_lewi , @Peter_Youssef
thank for your suggestion. Could you share the link for the solution that you mention?
I mean how to use regex with DQL or example query to get expected value.
09 Oct 2024 09:16 AM