Hi ,
I am getting this error while invoking a related record action ,which is not giving any info what could be the issue. Has anyone faced the same issue before, is there any way to trace it?
Discussion posts and replies are publicly visible
There's probably more info on that error in the tomcat-stdOut.log.
Actually it is not coming up there and also there is no process instance created ,It feels lost in between. In SAIL Dialogs(A3) we can send data to dialog box by converting data in json string and pass it as identifier and in record we fetch it again by converting it back to appian format. So when data size is big let's say more 1000 characters it is not working.
Why are you sending a jsonString as your identifier?
We have zero information or details about what you are doing or trying to achieve. Please help us out to understand better.
I am using this application to support dialogs - Appian Community. Because we are using rest apis and authentication type is auth2.0 code grant (SSO is not implemented for now).
If you check out the above application whenever I am sending a large nested payload it is not working.
We want to send all data at once to actually save it again before refreshing after record action.