Re: negate boolean variable

2024-10-03 Thread yahia soliman
I didn't try before. But I tried it now and it didn't work either. But you inspired me, just adding additional curly brackets to your script and it worked fine with me. thanks so much for your interest and support ${__jexl3(!${stop_auto_assignment})} On Thu, Oct 3, 2024 at 4:00 PM Felix Schumach

Re: negate boolean variable

2024-10-03 Thread Felix Schumacher
Have you tried ${__jexl3(!stop_auto_assignment)} ? Felix Am 03.10.24 um 13:41 schrieb yahia soliman: i have a Boolean variable stop_auto_assignment and want to send the opposite value in the request body. so if the variable value is FALSE i want to send TRUE and vice versa. any suggestions? i a

negate boolean variable

2024-10-03 Thread yahia soliman
i have a Boolean variable stop_auto_assignment and want to send the opposite value in the request body. so if the variable value is FALSE i want to send TRUE and vice versa. any suggestions? i already tried to set exclamation mark before calling the variable but it failed this is a part of a body