@radb0310 said in Please help me: TypeError: The result of expression 'result' [153,136,234,130] is not a function:
How do I detect that the result function has been overridden,
There is a code: "result = ..." in your script
How can you call a function from a dropdown in the Resource menu because i see there is no button option ?
My logic is like this :
if dropdown = option1 ----> call function 1
if dropdown = option2 ----> call function 2
Edit :
Found the solution for anyone who will need this in the future
set a variable = resource name -----> if var = option 1 ----> call function 1
-------> if var = option 2 ----> call function 2
Format of If example : [[VARIABLE]] == "Option 1"