Get response from Run Database Query


(Sang) #1

Matrix Version:5.5.1.3

I send DB query through Custom Form, and I wonder how I can get the response from DB.

When I used Call REST Resource, I could save response to session and print out in thank you page, but Run Database Query does not have this function.

Please help!


(Chiranjivi Upreti) #2

Unfortunately this is not supported in Run Database Query form action.

If the db query fails then it will trigger the error and stop the form submission, and if its successful, the form submission will proceed. Thats all what is exposed by this form action.