@Zohaib1999
Yes, It does. Please find the below screenshots.
1. In the below scenario Excel has only header so during the debugging "Get First Free Column Row " Action returns first free row as "2"

2. After inserting the text value in the above scenarios, Now it shows next free row as "3".

Updated code:
Excel.LaunchExcel.LaunchAndOpenUnderExistingProcess Path: $'''C:\\Deenu\\Customer.xlsx''' Visible: True ReadOnly: False Instance=> ExcelInstance
Excel.GetFirstFreeColumnRow Instance: ExcelInstance FirstFreeColumn=> FirstFreeColumn FirstFreeRow=> FirstFreeRow
Excel.WriteToExcel.WriteNamedCell Instance: ExcelInstance Value: $'''test''' CellName: $'''A%FirstFreeRow%'''
Excel.WriteToExcel.WriteNamedCell Instance: ExcelInstance Value: $'''test''' CellName: $'''B%FirstFreeRow%'''
Excel.SaveExcel.Save Instance: ExcelInstance
Thanks,
Deenu
-----------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark it as the preferred solution. If you like my response, please give it a Thumbs Up. Thank you.