Address in Data table

Hi Team,

I need to copy address which contains set of 5 lines and copy it into a data table.
Kindly help to do this.

Regards,
Robotics

1 Like

@Robotics

  • use get text activity to get address
  • splits into String array with new line delimiter
  • build datatable
  • add column
  • add datarow , pass String array in arrayrow property