MikkoKamppila
Level 5
since ‎18-04-19
‎18-03-24

User Statistics

  • 13 Posts
  • 1 Answers
  • 19 Likes given
  • 42 Likes received

User Activity

Especially when dealing with browser automations, various lags and errors lead to rather messy Process level design. To counter surprising attach or timeout issues, Process level flowchart tend to be filled with actions surrounded with blocks, resume...
Currently, to autoincrement a counter variable that adds +1 (typically) on every loop round, a separate calculation stage is needed plus a variable to hold a counter data. My suggestion is to integrate autoincrement function into a loop (checkbox to ...
I'd like to borrow Back and Forward elements from the interet browsers to enable moving back and forth the browsing history, that's generated when moving from page to another. Please note: I've a process/object design/debugging in my mind.Currently, ...
Reason: while developing RPA solutions (processes or objects) I often rely on Set Next Stage after having altered part of the implementation. It means I click a stage and choose Set Next Stage from the context menu and rerun the altered stages. Lots ...
If I've understood correctly, data items and collections don't have properties such as length or number of rows. OK, BP isn't a fancy object oriented language offering full scale of tools, but...I'd like to propose that at least collections should ha...