Need help
I am doing Studio X
My headings from excel Write cell (what to write - Text- should show me heading from excel) it does not come !
What could be wrong?
Thank you in advance
Vibha
Need help
I am doing Studio X
My headings from excel Write cell (what to write - Text- should show me heading from excel) it does not come !
What could be wrong?
Thank you in advance
Vibha
Read range Activity and create datatable variable (Ex: dt_test)
You will get excel headers name by using :
dt_test.column(0).tostring:- for first column header name
same use for as many columnn name you want
Thank you Sagar!
I figured that out somehow.
I am stuck at the end now, when I am running my final run, the browser (convert to USD) doesn’t run, it shows error there, (I guess because of that my Pivot sheet doesnt show the total):-((
If you can help me!
Thank you:-))
If possible then send dummy input excel file screen shot and
(what output based on input you want )that screenshot also.
Sagar, This is the error I am getting(currency to USD)(it works till 3 conversions and stops)- Thank you
Something went wrong with the Application.
Activity Get Text ‘1.17’ (N Get Text) failed:
Could not find the user-interface (UI) element for this action.
Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use “Check state” activity to check the application state before executing the action
• Increase the “Delay before” value to allow time to the application to render entirely and become responsive
You can find the activity following this path:
Main > Use Excel File > Use Browser Chrome: currency to usd - Google Search > For Each Excel Row > Get Text ‘1.17’.