Solved
How to give the file path as input parameter to a service in creating extensions.
- December 3, 2019
- 1 reply
- 4013 views
Hi,
I am trying to create an extension(Thing template with one service) which is used to read the data in an Excel file and convert it to Json. My problem is I don't know how to get file path from the user as input parameter to the service. I have attached the code below. If I give the whole file path in the java code itself, extension is working fine. But,If I try to get file path from the user my result after executing the service is blank. Anybody help me with this.

