Blue Prism Standard Template

MadhuG001

Member
Hi Madhu,

See bellow attached screen shot with link

I hope it will help you,..!
Thanks Sachin. But I am getting the attached page after login & following the link.
I am using my personal email ID instead of corporate account. Is that the reason ?
 

Attachments

  • Capture.PNG
    29.4 KB · Views: 20
Last edited:

MadhuG001

Member
Hi Sachin,

Hope you are well & safe !

I want to be good in the code stage of Blue Prism. So I have started with the very first program "Hello World" to display using blue prism & I got more errors(14), than the
line of code(10). :rolleyes:

Please advise what & all the things to do before proceeding into code stage. I mean any changes need to do in External References/Namespace Imports.

Code sourse Used: https://www.w3schools.com/cs/
My Input/ Output field is empty.

PFA.

Thank you.
 

Attachments

  • Code.PNG
    7.9 KB · Views: 11
  • Errors.PNG
    32.5 KB · Views: 8

Sachin_Kharmale

Active Member
Hi Madhu,

I hope you are doing well and safe,

Doing code in blue prism is not too difficult you will learn easily
we can not use
console.writeline() function in blue prism code stage.

if you want to write some output in blue prism then we need to write output in blue prism data item.

so follow bellow steps.

1- Create new object
2- if u want to code in c# then go to init tab select c# as coding language
3-insert one code stage
4- if u want to print something then u need to write text in blue prism data item.
5-create one data item named Output
6-write bellow code in code stage
Output ="Hello World this is my first prog"
7-now run the code stage
you will get result in output Data item.


I hope it will help you..
 

MadhuG001

Member
Hi Madhu,

I hope you are doing well and safe,

Doing code in blue prism is not too difficult you will learn easily
we can not use
console.writeline() function in blue prism code stage.

if you want to write some output in blue prism then we need to write output in blue prism data item.

so follow bellow steps.

1- Create new object
2- if u want to code in c# then go to init tab select c# as coding language
3-insert one code stage
4- if u want to print something then u need to write text in blue prism data item.
5-create one data item named Output
6-write bellow code in code stage
Output ="Hello World this is my first prog"
7-now run the code stage
you will get result in output Data item.


I hope it will help you..
Thanks Sachin for the neat clarification. Under Code Stage which one would be good to start with .Net or C# ?
Because I am NULL in both.:confused:
 
Top