Currently we have a number of forms which submit data to an API to create a case in our HR system, this is sent to a .NET connector framework application on the back end which handles the API stuff and any related functionality. Ideally we want to return information to the form post submission to give users a number and link to their case.
I don't want to refresh data as we use read only after submit to lock forms down and prevent resubmission.
What I'm trying to do is utilise the query functionality to fool the interview into returning that information (then contained within the data model for the session) after submission.
I've tried a few methods but I can't figure our a way to make the query trigger at that point and display to the user. Does anyone have any ideas I might not have thought of?