Hello everyone,
I want to automate a process in SAP, where a checkbox value has to be read. Depending on the checkbox value, different activities should be executed (value = true → activity X, value = false → activity Y).
As recommended here Cannot get SAP checkbox value: CoreSelectorNotFoundException by @LevKushnir (thank you!) I can read the checkbox value with a verify control attribue and get attribute activity.
To decide which activity (X or Y) to execute, I would suggest to use an if-activity, but I don’t know how to use the output from the verify control attribute as condition for this.
Does anybody know if and how the output can be used or has another idea how to do this?
Thank you!