Appian Community and Appian Academy are being upgraded. As a part of the upgrade, Appian Community is currently in read-only mode, and user registration is disabled until August 3. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!
The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.
Hi all,
I am getting data from excel sheet (3 Columns), I just need to validate 1 column in that excel sheet could you tell me how can i get the 1st column seperatly by using readexcelsheet() function
Discussion posts and replies are publicly visible
this is working Thank you
oh okay. When I tried I got perticular column 2 when I indexed 2 in readexcelsheet(cons!SD_DOC_SampleExcel,0,0,2).result.values[2]. First readexcel result giving 2 columns, later index of value is giving 2nd column details. Below code will also work, as it is pulling perticular column in a forloop.
readexcelsheet(cons!SD_DOC_SampleExcel,0,0,2).result.values[2] this only work for 1 row data in excel