When trying to call a function on the contract that has a bool as one of the arguments Create Admin Action button will only light up when the bool argument box is toggled on. This prevents sending any transactions with bool argument being set to false.
It would also be nice to automatically verify timelocks that are deployed via defender so we could schedule transactions via Gnosis directly since it requests abi. Just in case something is not right with Defender. Risking scheduling something with incorrect ABI on main-net is no fun.
It's even deeper than I thought!
I tried rewriting my function to take in a Struct, in which keys are bools, and it's impossible to create admin action ! The create admin action button remains disabled no matter what I check or uncheck
We have created a fix and it should go in production this week. I will notify you when this gets deployed.
Also, I have created internal issue for verifying Timelock automatically.