Business forms reseting form ui fields

Hello @mikhailvolkov @volkdimitr
Got a quick question, is it possible to reset the form fields? I’m currently changing the value of the form fields but it doesn’t change the selected element from the form. I’ve got a 2 form fields ( select, file attachment ).
im using this currently but it doesnt update the form ui to have empty values: context.panel.patchFormValue({ test1: “”, test2: });

The provided documentation doesn’t provide such information
Thanks in advance

@mikhailvolkov but this is how I’m using it just like the documentation, im sure that the IDs of the elements are correct, i want to clear the UI and not the values of the elements only
The problem seems to be with clearing the file import form element and not the rest, it just doesn’t clear the imported file