On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

CallbackScript as first step of a Workflow and DB manipulation

Hello, I have a workflow with a form attached. That form stores its data on a DB table.I have a callbackscript attached to a milestone in that workflow. The milestone is the first step of the workflow and its callbackscript is responsible for injecting data into the rows fo the database table attached to the form. The problem is that while the callbackscript is executed (as first step), it looks like the system has not committed, yet, the form data to the database, therefore if I try in my callbackscript to perform some selects or data manupulation on the rows that should contain data about this particular workflow, I get no results. Is there a best practice or a workaround for this? Thanks!