AppFlow Data Bindings not showing in PouchDB Insert Database Updater's Data Bindings modal

Wappler Version: 6.0 Beta 15 with Experimetal features
Operating System: Windows 11
Server Model: Capacitor
Database Type: N/A
Hosting Type: N/A

Expected behavior

I should see available data bindings.

Actual behavior

The Data Bindings modal is blank.

How to reproduce

Create an AppFlow in Capacitor project and attempt to setup data bindings in a PouchDB insert step

Please restart Wappler with logging, reproduce the problem and attach the debug log. See:

1 Like

wappler.zip (2.4 KB)

This is also affecting SQLite insert.

Which bindings exactly are not available the one from PouchDB? As this might be related to your other posts about this.

No, this is any of the bindings in the App Flow (Params, Server Connects, API Actions, etc.).

Basically any of the responses from actions in here should be available for value selection in the Database Update’s Value field(s).

Something else I noticed. This has nothing to do with this bug report, but maybe something to improve as well. The Database Updater is automatically adding {{$_POST.fieldname}} to all fields. Since this is an App Flow on a mobile project, there are no POST params.