I have a cross-platform workflow where i want to scrape data from a web site using the cross-platform version of data scraping activity(I’m using cross-platform because i’m learning to use serverless robot).
If i am running the workflow on Studio everything works fine , however when i am using serverless robot it fails everytime.*
As you can see from the screenshot, the fault has to do with the Datatable1 type variable.
The possible problem might be that this kind of activity scrapes the data into Datatable1 type of variable not into Datatable type.