ADDING 2 NUMBERS IN WINDOWS CALC USING COLLECTION
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 01:10 PM
" Internal : Failed to perform step 1 in Write Stage 'VALUE1' on page 'ADD' - Unable to find a valid pattern - required: ValuePattern"
Please do let me know how to resolve this issue.
Thank you
Suhas
------------------------------
Suhas M
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 02:26 PM
Could you re check the spied fields where you want to write values by identifying them.
Thanks,
------------------------------
Srihari
RPA Developer
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 03:01 PM
Instead of writing value using Write stage, did you try using 'Click' action using Navigate stage to perform the calculations. Suppose you want to perform 3*4 = 12 action, please follow the below steps:
1) Spy all the buttons e.g. 3,4,=,1,2,* etc.
2) Use 'Navigate' stage to perform Global Mouse click center to click button 3
3) Similarly use the Navigate stages for performing other actions and it should work.
Hope it helps in resolving your query
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 05:30 PM
------------------------------
Suhas M
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 05:46 PM
------------------------------
Suhas M
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 06:47 PM
Just a simple question... why are you using the Windows Calculator instead of performing this with a Calculation Stage?
If you only want to performe calculations is more efficient to make this with out any external app I guess
See you in the community, bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-04-22 07:40 PM
You can use 'Dynamic' property of the spied elements in order to make your solution dynamic. Attaching a snippet for your reference
I have created a logic using Choice stage to pass the values as dynamic in UIA Name attribute ( I spied using UIA mode)
Post that, using Calculation stage. setting the output in 'Value' variable
Hope it helps in resolving your query.
------------------------------
Manpreet Kaur
Manager
Deloitte
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-05-22 06:59 PM
Thank you
Suhas
------------------------------
Suhas M
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-05-22 09:11 AM
If is only an exercise, is perfect for practice as you said.
Just a simple tip for you in the future, when you want to create a robot you have two ways to perform this. First one is replicate the same steps as a human, this become in an inefficient processes. Or try to go beyond thinking the best way to make the task.
This is why I ask you why are you using the calculator 😄
Enjoy your RPA journey!
See you in the community, bye 🙂
------------------------------
Pablo Sarabia
Architect
Altamira Assets Management
Madrid
------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-05-22 05:06 AM
Thanks
Suhas
------------------------------
Suhas M
------------------------------