Recent content by blablabla

  1. B

    Mapiex and Outlook

    I am using Mapiex to read email from Outlook and its working fine but when i close the outlook its not updating/syncing the new emails and thus Mapiex is not able to read new emails. I thought of adding one extra step to my robot which will open the outlook and click on sync tab every time the...
  2. B

    Solved Reading Special Character- like ä, Ü

    Solved- made changes to read the file using UTF8 encoding.
  3. B

    Solved Reading Special Character- like ä, Ü

    Fist I am using a cal stage to store the dir & file name and storing them into a variable. Then, using INI File handler object to read the file. Attached both action properties.
  4. B

    Solved Reading Special Character- like ä, Ü

    no, i need to use them as it is. Read them from INI file into a data item as text and use them for comparison.
  5. B

    Solved Reading Special Character- like ä, Ü

    I am reading an INI file which contains some text with special charater like ö,ä,ü. Read INI object is able to read properly but its replacing these character with some unreadable character. Any idea how to solve this issue.
  6. B

    Outlook with Mapiex- Reading email Body

    I am reading email body which contains table with the help of MapieX and was doing some different steps on the content of email body. The problem i am facing now is that, when i wrote the process/logic the tabular content was splitted by TAB and now i have moved my code to different machine and...
  7. B

    Convert text to number

    never mind, its working now. The problem was my system setting. I am in germany and "." is considered as thousand and "," as decimalsl.
  8. B

    Convert text to number

    So I have some numerical data, round and floating points, stored in collection as a text field. My main goal is to sum all the values but i cant do it without converting them to number. I thought of using calculation stage and storing the values one-by-one in the number data type object. This...
  9. B

    Copy excel content and email it using outlook

    So, I want to copy content from an excel file and mail that content, the important part is that my excel contains different color and text and i want the same format in email. What options do i have ? Dont be so harsh on me, I am new to blue prism.
Top