I have got problem in Type into

@askvajrang I have got problem in Type into.


@Krishna_Raj

issue is about that the particular column is not present in the datatable

you can do

  • set breakpoint
  • debug and get paused
  • inspecting the actual column presence within the immediate panel by
  • YourDTVar.Columns

and can find out if the column is there, maybe different with space on start end…

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Hi @Mounika_Radharapu1

The column name given by you does not belong to the data table you mentioned so please cross check the header name and also if you have any excel try copying the header from their>

Regards

@Mounika_Radharapu1
the Error belongs to input header is not same in your type into activity , its case sensitive
check your input data table column headers and provide same name in type into activity.
(OR)
copy the header value and paste it in activity
regards

@Mounika_Radharapu1

Please copy paste the column name from the excel,i think that Lowercase has before or after space.Please check that with your excel.

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