Hi!
I’m working on with incoming invoice workflow exercise and pretty much got it right in the big picture (I hope). But I got stuck when trying to fine tune it…
Could someone help me how to create a write line activity, which would increase a number of rounds until it matches the no. of invoices. Perhaps I should use the processingIndex variable here, as I have not used it so far here…
I mean, that as a result, I’d like to have following text written on output panel on each automated run:
Processing scanned invoice file number 1
…
Processing scanned invoice file number 2
…
I tried some kinds of .ToString variations with processingIndex -variable, without luck. I know there’s a certain type I should be looking for, but how to look if I don’t know the name&logic?
And in general - how to get into this “how to create good write line activities”? As I’m new to this, I seem to get stuck on some pretty basic stuff. So if you have good tips for Academy trainings for these issues, I’d very happy for all help!
Thanks!
Päivi