I want to open attached file in online on view form.
Here are problems;
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 think onselect action can use in editable form and action:editform(formname).OnSelect action :Launch(ListBox1.Selected.AbsoluteUri & "?web=1"), meaning I can open attached file in online. the data from SP list.
I want to use ViewForm and when I click attached file I can open the file online.
please tell me how to solve this.
I tried a FormViewer, and I set action (sharepointintegration>advanced>action>ViewForm(formname)).
But error occur like this;
the function expects an editable form as its input,
the function has some invalid arguments.