2024-05-07 04:47 AM
Hi,
I am writing an ESA rules in which I need to convert string meta into an integer format in order to do some calculation.
How can I go about it?
Can I use the cast function like
cast(stringmeta, integer) where stringmeta is the variable in my rule?