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 Initially upload a file from UI, save the data of the file in a pv!variable, and pass that pv to UI from the same process model. show the data the UI in a grid format,make the edits for your data and then submit and save the data