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
How you want the interface, you want it as a Startform ? Or standalone userinterface. If it's standalone interface where you gonna upload a File , use SubmitUploadedFiles (You can't use this in startform or task) to save the file into Appian and use readexcelwithPaging which comes with Exceltools plugin to read the uploaded file contents and show it on editable grid . After editing give user a option to run a processmodel to update the constant.