@dda
How can this be repeated? If I create a new project, does this happen again?
Send a screenshot, what parameters have you specified in the "Proxy" action
Please attach the proxies with which the problem occurs in the forum's private messages
Resource Menu Select Function
-
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 2Edit :
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 2Format of If example : [[VARIABLE]] == "Option 1"

