Re: Yes/No checkbox returninng blank value.
HI @rpersad , Hope you are doing this way, If not then try below code on check box:
OnCheck
Set(gblvar_Checkbox, true)
OnUncheck
Set(gblvar_Checkbox, false)
And use this variable
-----------------------------------------------------------------------------------------------------------------------------
I hope this helps.
Please click Accept as solution ✅ if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs up.👍
Thanks,
ANB