How to copy (original format) of a an excel rows from one excel sheet which always has dynamic number of rows and paste to another excel without changing the source format
I tried with preserve format in Read range activity which is not working - any suggestions .
Hello @monishanair2010 , Try copy-paste activity to copy all data without any changes in format.
In Property, You can customize the data you need , in CopyItems
Note: Copy / Paste range activity should use in the Excel application scope
Hello @monishanair2010 , Try the copy paste actvity in Modern excel activities.
Nested Excel scope, you pass the formula from one excel to another excel sheets. Kindly refer this flow, You may got some Idea. CopypasteFormula.zip (80.4 KB)