No output field for a data table while using a library

Hello Community,

I hope you can help me

I have a custom activity provided by the library generating a data table with scraped data.

The below screenshot shows the activity in use, but no output field available by some reason

tempsnip

Any ideas what can be wrong?

I can’t post more than 1 attachment. So, this is the activity I am using:

@ivy39
Welcome to the forum

In general the Download_All_Work_Items should define an out Argument in order to returning the scraped Datatable. Also it is necesserary that the out argument is correctly set e.g within an assign activity

Assign acitivty:
left side: the out_Argument e.g. out_DataTable
right side: ExtractDataTable

1 Like

Thank you very much! It worked!

@ivy39
Perfect. Just do your final testing and once it is passing the tests so close the topic with marking the solving post as solution. Others can benefit from this. In case of upcoming issues let us know your open questions. Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.