Can we retrieve table records from database in Process instead of workflow?

Hello,
As table input step is available in Workflow to retrieve the table record from database.
but how we can retrieve the table records from database in Process?

Hi Shubham,

Unfortunately, we can not read from a DB directly in a process. You will have to do this in a Workflow and then call this Workflow in a Process using Workflow Executor step.

Thank you sir !
I thought ,there will be plugin in process like table input in Workflow. I was trying to reduce the number of workflow in project.

1 Like