I have created an app with multiple pages (30+ and have some 40+ “workflows” (as it is now called?)), any suggestions for an efficient way to track down which Server Connect function this comes from?
Hi,
DB inserts can be done from server side only so… So you need to search in your 40+ server actions.
Then, these would be inserts and on a specific table… So use search panel in Wappler to search for something like “insert into tbl123”, and it should filter out the json files where this table would be getting ots values.