Hello, I want to iterate from an especific column in an excel file “ExcelBDNS” to write in another one “ExcelMaster” the same variables of the column amb interating, but first i want to check if in “ExcelMaster” the variable is already write it.
I’m using the modern version, here are some screeshoots of the automation i did. I think it’s correct, but for some reason doesn’t work…
hi @Carla_Munoz
follow this steps:
1- read both tables
2-for each in ExcelMaster
3-lookup the value in the other table
4-if value exist
5-assign row(“your header”)= value
6-write range
try it
@Carla_Munoz
datatable–>ExcelBDNS
lookupvalue–>row(your header that have shared value with other table)
column name–>the name of header in ExcelBDNS that have the value that you will search in
cellvalue–>your output var
column name–>the column that have your value to save it in your var(the wanted column)