UiPath Write Cell and Write Line

Write cell

This is used to write a single value to a user-defined cell. The variable to be written must be a string or requires to be converted to a string for error-free execution.

Write line

This helps print the value of a variable or a string on the output panel. The supplied variable must be in string format. It is useful for debugging purposes.