Writing data to SAP application

Hello, I have the current date stored in a variable, called currentDate. I am then trying to write currentDate to a test box in SAP, using the recording button. I can’t seem to get anywhere though. What is the best way to write the current date to a text box using recording to grab this value and type it in, or is there a better way?

image

Thanks!

@kdrumz

Use Type Into activity and pass currentDate variable to type Date into the Text box.

@kdrumz Use “set text” activity to make the bot more efficient.

@kdrumz did you able to solve this?