Hi,
I’m developing a relatively simple app using the API, and I’m stuck on one thing - passing back the value of one field (Link to Another Record) when it contains more than one item.
So here’s the use case. I have a list of items, all of which have...
I’m trying to put together a quick gardening database app that allows me to pull together information about a particular plant, including what companion plants it grows well with and what should be avoided.
I have a list of “companions” and “antagoni...
I’m running into something that seems like it should be easily doable, but for some reason is giving me a lot of trouble.
I have a recipe database with tables for ingredients and recipes. I have a third table called “Recipe Line Items” that is used f...
Hmm… actually, this doesn’t quite seem to work.
What I would want in that example is for tomatoes and celery to list “Carrot” as a linked companion and mango and avocado to list “celery” as a linked companion. I thought I’d be able to sort through it...