Hello
I’m using add data row with append activities the problem that I faced is I need the column’s name I don’t want to use the build data table bc I don’t want to hard any code that may change I used a read range but with the append, it will be a mess every time it will append the whole data in the table I want to append the newly added data only so any suggestions to how can I achieve this?
Try,
Value1, value2 are the value you want to add and are of type String,Int etc
@kalmajhad
Hey , u can use column index instead of column names
Hope it helps you