On the Type Into activity, I am getting an error when trying to enter a variable.toString

On the Type Into activity I am getting an error: “Type Into ‘INPUT VOUCHER_INVOICE_…’: Special keys syntax error. Encountered invalid special key action at text position: 46.”. I am trying to enter in a variable.ToString

Hi,

ienMatchesActNum seems IEnumerable<Match> type. As this has multiple Match, we need to select which one to use in this case.

For now, can yo try ienMatchesActNum.First().Value or ienMatchesActNum(0).Value ?

Regards,

1 Like

Thank you Yoichi, that was it!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.