Displaying a DataTable in an Action Center App

Hello Everyone!

I’m building an Action App currently and I’m running into 2 main problems. The first issue is I have a DataTable in an RPA workflow that I want to pass into the Action Center App so it can be displayed in the Table Display. I can’t seem to get the table to fill out correctly, generally ending up with a table full of [object Object] instead of the actual data.

This is intended to sit next to a Document Viewer Display that uses a SharePoint URL to get the document. Currently the document also doesn’t display, however I believe this to be due to some permissions issues.

How would I get the table to populate correctly? Any help is greatly appreciated!

@cooperhettinger

I believe you are using studio forms

if so please check this

cheers

I am not, and I am using the Create App Task activity to create the Action App Task. This is what I get when attempting to put the DataTable into the Table. This is after converting it to an Object Array instead of using the raw DataTable, however the problem persists.

Note: I am aware there is a Verify Extraction activity as a part of the Document Understanding activities. I am building the Action App to allow the user to edit the extraction data if needed, and then proceed to a second check. The document failing to display is due to using a SharePoint link, I believe this is due to our bot account not having access to the file, this will be fixed later and is not the main issue at this time.

@cooperhettinger

verify extraction also lets you edit the fields

and if building in apps then

cheers

An App is neccessary for what I am doing, however I am doing this in Studio Web. That documentation appears to not apply to Web.

@cooperhettinger

Then check this ..here I am displaying datatable only

Cheers