Thank you so much!@v-monli-msft
I would like ask you two more things;
1.
I made a FormViewer, and I set action (sharepointintegration>advanced>action>ViewForm).
But error occur like this;
the function expects an editable form as its input,
the function has some invalid arguments.
2.
I set OnSelect action which Launch(ListBox1.Selected.AbsoluteUri & "?web=1"), meaning I can open attached file in online.
But I think it depends on whether Form and action. I made two form and two action.
sharepointintegration>advanced>action>ViewForm(Formname): not available Onselect(I can't click and can't open file)
sharepointintegration>advanced>action>EditForm(Formname): available Onselect(I can click and open file)
I want to use ViewForm and when I click attached file I can open the file online.
please tell me how to solve this.