I have a query node to insert data into a table. I have a seperate process to re

I have a query node to insert data into a table. I have a seperate process to retrieve that data via query database node, then display it on a form. The issue is after submitting the form to write to database and then immediately turn to the page that fetches that same row, it does not show up. I have to invoke the display process twice before the row actually shows up. I do have a confirmation page after the insert query node to provide the delay, but it seems like its not enough. What can I do in this situation? I don't want the user to lookup the row more than once to see the data....

OriginalPostID-35612

OriginalPostID-35612

  Discussion posts and replies are publicly visible

Parents
  • Eduardo, I made that change but it made no difference. The thing is that I have 2 seperate processes. One to write to the database and one to pull from the database. When I finish with the first process and submit the form to write to database, I then move the other page to retrieve the new row which was inserted by previous process. It does not show the latest row immediately.
Reply
  • Eduardo, I made that change but it made no difference. The thing is that I have 2 seperate processes. One to write to the database and one to pull from the database. When I finish with the first process and submit the form to write to database, I then move the other page to retrieve the new row which was inserted by previous process. It does not show the latest row immediately.
Children
No Data