Hi,
What is the operator to concat two string in intellibot. I have tried using "&" and "+", and it seems not working.
Thanks
Shashi K R
Hi,
What is the operator to concat two string in intellibot. I have tried using "&" and "+", and it seems not working.
Thanks
Shashi K R
Hi Shashi,
Thank you for reaching out to Intellibot support team!.
If you want to concatenate two strings.
Follow these steps: -
1 In the Toolbox expand General.
2 Select the Variable Component and drop into design surface.
3 Select the FormatText Component and drop into design surface.
4 Add a Message Box component to display Result.
5 To add the Message Box component.
6 In the Toolbox, expand General. Expand the MessageBox component, drag the Show component and drop it on the Design surface.
7 Connect all Input DataPorts and Output DataPorts and run the automation.
For your reference please look at below attached image.
Please feel free to revert for any further clarifications.
Thanks & Regards
Swathi Muppalla
Thanks Swathi, that was helpfull.
I tried with the expression {0}&{1} in format text component, and was not getting the desired output.
Out of curiosity, where in your example you told format text component to concat these string? Is it doing concat by default?
Thanks,
Shashi K R
Hi shashi,
Thank you for your interest in Intellibot.
For your reference please look at below attached image. I hope it'll work precisely.