Hello Everyone
Is it possible to get multiple Cell values from different cells in excel, i have to read 15 different cells (like A2 , H3, BK25)from excel to check this excel. Does someone made this easier than add 15 actions into the proces.
Cem...
Is it possible to use the UPPER function for only the first letter from a Data Item ? How can i do this? I use this but all the same letter wil be Uppercase
Replace([Data1]; Left([Data1]; 1); Upper(Left([Data1]; 1)))
if the word is test it will ...
Check blueprism documentation:https://portal.blueprism.com/system/files/documents/v6.4%20User%20Guide%20-%20Web%20APIs_2.pdfpage 25/26 So you can extract the output------------------------------Cemile DemirciRobotics Proces DeveloperAllianderEurope/L...
Hi Ben,
Thank you for the answer. The layout of the excel is a form so its complex to get this in an collection, im searching for an code what does "" get cell value"" but you can give multiple cells as input for it.
CD58