Question

Adding a variable to the GUIXT script.

  • 14 February 2022
  • 1 reply
  • 113 views

Hello!

 

I want to do a SAP GUIXT script, that clicks through different fields in SAP and inserts a variable.

 

I get the variables from an excel list.

 

Is there any possibility to insert my AutomationAnyhwere variables into the guixt file?

 

 

TIA


1 reply

Here is the solution I found for my problem:

 

Just replace the Name of what you typed in with '&$[NameOfVariable].

grafikWhen running the command, you have to make sure that you insert this before the normal expression:

input="V[NameOfVariable]:$NameOfVariable$;grafik

Reply