@VladZen - I would like to display a Green button on Bot UI ONLY WHEN the robot has been launched and has obtained a success.
How can I do this on Bot UI or Input Setting ? It not matters. Thanks
Unfortunately, there is no conditional button in BotUI.
If you know JavaScript you may play UserControl element and make it visible with some condition using JS.
But it requires some programming knowledge.