Uipath.core.activities

Hi , my requirement here is
bot willtake and input csv , if the input csv has 10 fields , i need to give 10 “type into values”.
solution approch 1:slight_smile:store the selectors of all the input feilds in a csv. and according to the input csv select the selectors and type the values .
solution approach 2 : using invoke code activity i can invoke uipath.core.activities.typeinto and according to the input fields i can fill the selector and other proprieties f the “type into” .
but am facing problem in solution approach 2 , coz when i put “.” after type into am anot able to see any properties like selector , value etc , this is a easy appraoch than solution apparoch 1 . can any one tell why this is not happening.