Hello,
I am a user of UiPath Studio 2025.0.197 STS Community Edition.
When I click the Fix button in the expression editor of the Assign activity,
I would like UiPath to automatically rewrite the expression into a structured format like the one below.
dt_input.AsEnumerable. _
Where(Function(row) _
row("読み").ToString = "ひたちおおたし" OrElse _
CInt(row("人口")) < 7500 _
). _
CopyToDataTable()