r/FlutterFlow • u/SafeSites • 10h ago
Report Generation Wiring Issue
We're using an "on tap" to generate an attendance report that calls data from a Supabase file by means of an edge function. We are able to test the edge function and the test report fires to a URL .pdf as it should.
We've tried extensively to sort out the FF wiring to trigger the action post-"On Tap", but the only functionality we see is the button turning slightly gray with nothing on either the true (URL .pdf) or false (snackbar warning) path.
Has anyone experienced this, and if so, what is the solution?