Replies: 1 comment 5 replies
-
|
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
-
Hi there 👋
How do I retrieve the assignment value?
I have this rule:
Consider this source:
I need this to turn into:
We need to convert
data
bycontent
only if thedata
variable isbytes
orstring
(SimpleString
), on other cases it should remaindata
. For that reason, I need to get the'b"potato"'
SimpleString
. Any way to do it?Thanks! 🙏
Beta Was this translation helpful? Give feedback.
All reactions