You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(= [[Candy-Bar]get[value]]+1 =) resulted in ComputeError: Cannot convert "2.03" to number!
I think best solution here will be using first() function with such filter.
Also found that, conversion this filter to t() (number() fails) extracts single value successfully, but i prefer using first() is better as it directly get value from array.
I propose add some mention about this behavior in plugin TW to new users get in faster about this.
The text was updated successfully, but these errors were encountered:
Found some interested thing about filters:
(= [[Candy-Bar]get[value]]+1 =)
resulted inComputeError: Cannot convert "2.03" to number!
I think best solution here will be using
first()
function with such filter.Also found that, conversion this filter to
t()
(number()
fails) extracts single value successfully, but i prefer usingfirst()
is better as it directly get value from array.I propose add some mention about this behavior in plugin TW to new users get in faster about this.
The text was updated successfully, but these errors were encountered: