Filter functionality - Groovy or Java Packages? #3780
Answered
by
DanielVeale-Shipt
DanielVeale-Shipt
asked this question in
Q&A
-
Hey everyone, I was wondering to what extent I could use Groovy or Java scripts to enhance my filters. For example, given filter for a message that has I've tried doing this in Groovy. Using Could anyone help out? Are we able to import packaging or to which extent are packages already included? |
Beta Was this translation helpful? Give feedback.
Answered by
DanielVeale-Shipt
May 5, 2023
Replies: 1 comment 5 replies
-
@DanielVeale-Shipt hey, it should work in general. Could you provide en example(-s) you've tried? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was attempting
^ This was never showing results despite always being true.
However, I've successfully managed to another script to work using Java and its packages, by using
import java.text.SimpleDateFormat; import java.util.Date;