Pass data item to global send keys?

qxvqt

New Member
Hi there,

- I'm reading data from an excel spreadsheet
- The values in the spreadsheet determine what global sendkeys need to occur

For example:
- If the data item reads from the spreadsheet "AUD", I need global send keys to send "AUD".
- If the data item reads from the spreadsheet "EUR", I need global send keys to send "EUR".

Is there a way to parse the input of a data item so I can create a multitude of decision stages for each letter of the 3 letter currency code

OR

Is there a way to pass a data item through the global sendkeys text field

Thanks!
 

CD58

New Member
Hi there,

- I'm reading data from an excel spreadsheet
- The values in the spreadsheet determine what global sendkeys need to occur

For example:
- If the data item reads from the spreadsheet "AUD", I need global send keys to send "AUD".
- If the data item reads from the spreadsheet "EUR", I need global send keys to send "EUR".

Is there a way to parse the input of a data item so I can create a multitude of decision stages for each letter of the 3 letter currency code

OR

Is there a way to pass a data item through the global sendkeys text field

Thanks!
yeah their is a way to do this you cad add this by setting the value in the input see picture
 

Attachments

  • Knipsel.JPG
    31.3 KB · Views: 44
Top