I have a excel file where there are too columns one is constant name and another is constant value .I need to upload a the file in an interface using file upload component and after clicking a submit button in the interface i need to fetch the data in the excel and update the constant values for respected constants . will anyone please guide me to achieve this scenario ?I have also given the snap of the excel sheet ,please find that below.
Thanks in advance !
Discussion posts and replies are publicly visible
Hi bisheswar01
1) Provide a interface where user can update the excel file
2) Once user click on the submit button you can read the excel file using the plugin
readexcelsheet( excelDocument: cons!OBJECT_LIST_TEST, sheetNumber: 1, startRow: 1 )
it return the ExcelSheetResultSet which contains the data in the excel sheet and success response.
3) You can use the ' Update Constant ' plugin to update the value of the constants. use the above result set and call this node as MNI for each value it should update the data.
Hope its clear.
Thanks,
Bhargavi P.
can you please explain or give me a summary of using update constant plug in ? Or any link to understand that
https://docs.appian.com/suite/help/24.2/Update_Constant_Smart_Service.html