I am using the JDBC Incremental Load component and would like to save the run-time details: Row Count, Completed At, Started At, etc from each object iterated over into a logging table

The component has both Export and Grid Export tabs. It seems like maybe I need to leverage both of these? But I have not been able to figure out the right combination or find any good examples in the documentation.

 

My assumption is that I would export the details into a GRID variable and then I would use the GRID as INPUT for saving the details to a table (Snowflake).

 

Can someone point me to an example or provide the steps required.

 

thanks