We will walk though the steps of executing an example Botflow with response type Table

For more information about botflows you can visit Botflow.

This is a botflow which can be user to pull PO(Purchase orders) from your JDE environment. This botflow is a little bit different than normal, it has no payload fields but can still be executed. Press the Submit ****button to execute the payload and get back the table response.

Untitled

The response will be showed in a modal containing all the returned records from the orchestrator. In the table we can specify what actions can be executed. In the current botflow we have two options export data and execute another botflow with data from the current one. For the sake of the demo we are going to select Grid Action DEMO_EDIT_PO.

Untitled

Untitled

This will take us to our associated(linked) botflow DEMO_EDIT_PO with information from the row containing the icon button. Only the relevant information will be applied to our associated botflow the rest will be discarded.

Untitled

As you can see the first two fields Purchase Order Number and Purchase Order Type are disabled(not editable) and populated with values from the row that was holding the icon. This allows our users to connect at first glance simple botflows and create a complex flows. Let’s continue filling the fields.

Untitled