I was facing datatable name is not set issue but i checked there is no unused variables or someone is saying we need to take Assign activity as DT.TableName = “Our DT Name”
But where i need to put this under read range activity…? I tried that its showing same error.(i was using Action center forms in my project)
To set the DataTable name when using the Read Range activity in UiPath, you can set it directly in the activity’s properties. There’s no need for a separate Assign activity. In the Read Range activity’s properties, you can find a field called Table Name where you can specify the name of your DataTable.