Skip to main content
April 25, 2022
Question

Data is not coming

  • April 25, 2022
  • 11 replies
  • 0 views

Hello Community,

                     I am not getting Data in properties of Process Model.

I am trying to update the record but before Updating I am checking the record in properties It`s Not showing the record.

Any One give me suggestion

11 replies

April 25, 2022

Hi,

Can you share your code or screen shot how you are querying data based on empId and saving into associated process variables. I suspect your query returning data subset that may be the reason your data is empty.

April 26, 2022

These all are querying that I had made and then after

I created New Process Model and from there I want to update data through form from the model.

gopalk2865
Participating Frequently
April 25, 2022

Hi nitinn0004, you mean ,  you querying the data before updating it, right? if yes , are you storing query result? if possible , can you share script task node configuration?

April 26, 2022

These is the configure of script task. I want to update details through these.

April 26, 2022

Can you send code for getEmployeedetailsByID query rule, I am suspecting these query rules may return data subset as a result. Share your one of your query rule code which may help to resolve your issue