-
|
This is a very simplfied workflow that I am using. I cannot understand why |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found out the reason why the error occurrs. |
Beta Was this translation helpful? Give feedback.
I found out the reason why the error occurrs.
Sometimes
result().resultvalue isnulland YAQL gets the property error to access any properties.Need to handle to check
result().resultwhether it is Dict type or not.