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

For more information about botflows you can visit Botflow.

Botflow with response type Table are the only type that can have empty payload data (this depends on the configuration of your Orchestration). This botflow can be used to pull Contacts from your AB table inside JDE. 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 to view files. You can search for the account that we created and also we can click on View files ****to check the text that we entered.

Untitled

After click on View Files ****you will see the dialog bellow with a file named obotteamsapp (the name is generated by our application) you can click on the icon to the right (arrow pointing down) to download the file and view it.

Untitled

We can perform couple of actions on a Table:

Exporting

We can select which rows we want to export or we can export all of them. The export comes in CSV format, bearing the name of the Orchestration.

Untitled

Grid action