-
Re: MySQL database connection
Hi @amungase You can see a step by step guide here After you've followed this, you should be able to configure your MySQL connection under Administration. For more info on MySQL see this section of t…1 · -
Re: get project metadata from remote machine
Hi @Ibrahima13 A few checks are perhaps needed. - Check that you're defining the variables designHost and apiKey. - Check connectivity from where you run this code to the design instance. - The apiKe…1 · -
Re: First element of a SELECT as defaultValue ?
Hi @MGad I'm afraid I have not been able to find such method for the default. I would recommend setting the default as part of the plugin code itself.1 · -
Re: Use a managed folder as output of several recipes ?
Hi @MGad In the flow indeed DSS won't allow you to put as an output an existing folder where this folder is already the output of another recipe. We do this because it could lead to conflicts and con…1 · -
Re: how to get response from python to HTML
Hi @ananth I don't see your definition in backend for endpoint first_api_call. You can use both the browser console debugger and the Log of the backend to make sure that: - The backend is being calle…1 ·