Form designer - both an excel file and a word document

Hey, so I have a problem with having two file/folder paths in my ‘Open Form Designer’. One is an excel file and the other is a word file. The excel file path is working as it should, but when I use the word file path it opens up the uipath form renderer.
Is there a way to stop that?
And is there a way to make a condition on the word file path, with example if I choose this radio button then the word file path will pop up?

Create Two list One for where you are getting excel and another one is where you store word file path. And convert your form activity output into json format and then check with if condition your selected checkbox whether it excel or word depand on that iterator your loop

Okay I will try