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!
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.