I have a table called ‘Jobs’ with columns id, job_id, name and status.
How do I construct a filter URL where job_id is 100?
?user_field_names=true&filter__field_10751__equal=100 this is not working
I have a table called ‘Jobs’ with columns id, job_id, name and status.
How do I construct a filter URL where job_id is 100?
?user_field_names=true&filter__field_10751__equal=100 this is not working
Hey @bthomas, are you trying to share the Form view? If yes, here is the tutorial for prefilling forms dynamically: How to prefill forms dynamically with existing data
I’m trying to generate public link instead of private based on this filter
?user_field_names=true&filter__field_10751__equal=100, however the field value is dynamic. and add that url into another table via api
Currently, I believe pre-filling is only possible in the Form View. @cwinhall, please correct me if I’m wrong.
I tried using the form view, and it only works correctly when no filter is applied to the table.