How to convert Excel column into an argument from one Workflow to another

HI all,

I’m a very newbie dev and I’m trying to do the following:

I’m reading an excel file extracted from SAP and I want to read a specific column and turn it into an argument. I wanted to do this by taking the column position or taking it according to the column name.

Does anyone know how should I do this?

1 Like

Hey @VIANA_Yago

You can please use Read Column activity which will be returned as iEnumerable of objects which is nothing but a collection and the same can be passed in the workflow args !

Thanks
#nK