Filtered for Columns for Data Extracted from a portal

So I am extracting the columns CPU Util, Mem Util, and var Util from the first picture but then I am asked if I want to extract all data so I do so and use the filter data table in the second picture to extract the CPU Util, Mem Util, and var Util but in the third picture, the values under these columns are not included in the filtering and I want those values.

How do I go about that? Please help.

Hi @Baba_Karim_Abdulai

Please run your process in debug mode and verify from locals panel that data is being extracted in serversdata datatable for all the columns as it should be?

Then verify the result after filtering step as well for filteredserversdata datatable.

It would help you identify if data is even captured? If yes, then what step did it get lost.

1 Like