How to see the links in input form which I made in schemas. | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by CedricRey

Hi @smritifotedar 

I'm not sure to understand your need, but if you mean to put an automatic input to edit a link in a console form, you can just add an input with the xpath attribute filled with the link name itself :

 

Exemple for a folder link edit :
<input xpath="folder"/>

Cedric

 

2 replies

Sukrity_Wadhwa
Employee
July 12, 2022

Hi @smritifotedar,

Was the given solution helpful to resolve your query or do you still need more help here? Do let us know.

Thanks!

Sukrity Wadhwa
CedricRey
CedricReyAccepted solution
New Participant
June 30, 2022

Hi @smritifotedar 

I'm not sure to understand your need, but if you mean to put an automatic input to edit a link in a console form, you can just add an input with the xpath attribute filled with the link name itself :

 

Exemple for a folder link edit :
<input xpath="folder"/>

Cedric