If: Column 'Age' does not belong to table DataTable

Hi Everyone,
I am trying to do a simple Excel Automation wherein the robot would read and write data to an excel file, but when I run the robot I’m getting an error. Below is the screenshot. I hope you guys could help me. Thank you in advance!

image
image

We cant help without looking at your flow, but the error says you are trying to access a column that do not exist…

Hi @bcorrea sorry I didn’t think about that. Below is my Main.xaml file. Thank you for the quick response by the way, really appreciate it.

Main.xaml (21.2 KB)

You need to check your excel for that column name… also remember that the way you are reading this, the row 1 of excel should contain the column names.