Issue with Clearing Date/Time Component in UiPath Forms via Button Click

@power

the only change is using ‘’ instead of null

form.getComponent('frist').setValue('');

Also in custom code just the above line is enough

Hope this helps

cheers

2 Likes