About getting table activity when i click record and click table there is an error occurs for me saying that “The value for the required “DataBase” event argument could not be provided.” how can i fix that please help
when i want to use record on table in this site List of countries and dependencies by population - Wikipedia i get an error like this in the image
You need to create the DT variable.
Remove “dt” from the field, so the error goes away.
Then go back to the field, type dt
and press Ctrl+K
… then click variables
tab below the workflow and make sure the dt
variable was created with type datatable
( you can also create it manually if you want )
Then you can use write range
to add the data to excel sheet.
( or select read range
and press F8 to set a breakpoint, then run the workflow. Once the robot gets to read range, it will stop and show the content of all variables in the properties tab. here you can inspect the content of the datatable and validate you got all the information )
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.