Andrew Kingston

Results 122 comments of Andrew Kingston

I was puzzled by this because this does work. After debugging for a while I realised this is an edge case bug where using the key `type` breaks it, as...

Oh yea definitely a bug! Or well I think more of a limitation haha, but I'll see if i can get around it. The logic for all this stuff is...

Hey @23brewert. Thanks for the video. I can see that there seems to be an issue only when using `Match any` with an `Is empty` filter. I had originally typed...

Definitely looks like a bug! It looks like something might be fully remounting the page when you fetch new data, which in turn is clearing the dynamic filter and resetting...

@hydroxy the `_id` property coming back from that response is the Budibase internal ID for referencing your row - you shouldn't need to ever use this manually, and you definitely...

The solution here is just to use whatever your ID columns are. If you want the `processID` to save in the `processFertilize` table, then use `Action 1.Saved row.processID`, not our...

This must have been caused by a temporary server issue with our cloud environment (HTTP 503 in screenshot), and it is definitely not reproducable any more.

@adamjdavies if you've edited data inside the modal that is part of the same datasource as the parent page, then you shouldn't need to manually refresh the data provider -...

Same issue here running a reverse proxy (nginx in my case).

Just to clarify this issue is nothing to do with nesting a table inside a data provider, it's using a data provider as the data source for the table. This...