Migrated VB Apps: Binding DataTable Columns still does not work

Hello again,

I’ve confirmed that the App is able to automatically recognize the fields of the Data Table output of a Process if:

  1. I scratch build a new UiPath VB App and a new Windows Process
  2. Deploy the process and run it just once
  3. Going back to the App and adding the Process to it

Brand new Windows Process (run only once from orchestrator):

Brand new UiPath VB App (after adding the process)
For some weird reason, a string data type is set to DateTime? ?? :thinking:

I’m able to get the field listings without doing anything else.

If you can reproduce this on your end and confirm that this is the case then I feel this requires some serious attention because migrating legacy Apps could be hampered by this issue.

Manually adding Data table columns in the App is not a workaround for reasons stated in my earlier post above.

thanks