Hello, I am wondering if anyone knows the JSON to apply to the Title column to change the open behaviour of a Nintex form to open in edit mode. The client does not want to click the Ellipse > Edit etc. They want to click the link in the library to present the form in edit mode directly.
I tried the following, but unfortunately, the code is invalid for some reason. Wondering if anyone has any ideas on why this JSON is incorrect or know of a better way to improve the user experience. Thank you.
"elmType":"a",
"txtContent":"e$Title]",
"attributes":{
"target":"_blank",
"class":"sp-field-quickAction",
"href":{
"operator":"+",
"operands":a
"/sites/sitename/Lists/listname/EditForm.aspx?ID=","I$ID]"
]
}}