Is there any way to import a file whose content is formatted as a JSON object? I’m thinking of functionality like the one provided by the step Data Management > Import CSV file except that content of the file would look like this:
I’m guessing you can also use the read file step (if it exists) and then use a Set Value whose expression is the variable containing the file contents, with the formatter to JSON decode it (not sure if that’s in Wappler’s graphical interface)
It is really easy to use and make standardising elements of a site simple. Use the same lists for countries, currencies, genders, contact titles, statuses etc. across your whole site/app and make changes in just one place to alter them. Great for select/autocomplete/tagify elements that you then want to verify allowed values server-side.
Tip: add the API step in a library action and then use include in each Server Action file where you need to access the list. That way you only need to configure the URL and schema once