Conor Webb

Results 35 comments of Conor Webb

If you use the below create script and sync the table straight into Budibase after creation it causes the `_id` and `_rev` options to become grayed out. ``` CREATE SEQUENCE...

This seems valid, the field also doesn't seem to accept arrays wether its empty or otherwise.The only type i got to work with this field were objects. Strings, arrays are...

Hey @Stropdasman, Can you provide your table create script I wasn't able to replicate this behaviour. What happens if you un-check and re-check the boolean field?

Thanks very much for the above schema, This seems to be MariaDB specific. It is a valid bug, but my advice going forward is to always make sure a value...

Hey @poirazis, I'm not seeing this behaviour for other custom plugins. I am seeing it on your super table component each its clicked or another component is clicked it refreshes.

This issue happens with multiple is in filters as well as any additional filters that have is in included in them. You can replicate this behavouiur with the following data...

There is a workaround for multiple is in filters and that would be to concat all your filters into 1. Example JS below ```js const array1 = $("table1.Rows")?.map(row => row._id);...

You can get around this by pasting something like this into the an unopened input field to get around the logic `{{ Clicked row["First Name"] }}`. This will work and...

Ignore the above it doesn't display anything whenever you paste it in to try and override it. `row.["First Name"]` - displays nothing when tried `row["First Name"]` - displays the entire...