08-05-2018 03:57 AM
Dear all,
In Mapp Enterprise I am making a workflow having a list which when you select a row it opens a form; this form you can edit a field of type text.
The problem is whenever I click on save button to save the edit I made, It gives a message of unexpected error, and when I review the Logs I found the following message: Identfier 'gid' not found in values
Could anyone help in this issue.
Thanks
Khaled
Solved! Go to Solution.
08-06-2018 12:24 AM
Hi Khaled,
you must include always the primary key in the form content. You can use a textbox and set visibility="hidden" for not showing it to the user.
HTH,
Stefano