mishav
14
This will run your anonymous function asynchronously, so its not really appropriate for the Expression element.
Instead, run it either in a HTML element, or in Run Javascript action. Add an element JavascriptToBubble to capture the value back to bubble.
Then change the return x to be bubble_fn_something(x).
For reference, see
And possibly Keith’s video:
2 Likes