I am still pretty new to Apex and I have created a cloud account for my Apex instance. I am attempting to show Before and After pictures from a flip house project we have finished. I have all the data for the pictures in one table, with a ‘match’ column that lists the ID to match to the ‘before’ ID.
I have created a static content region that is a carousel, then I have created two inside regions, hopefully like a master detail relationship. The one region(master) is a left card with a sql query based on a shared component LOV for the project ID info. The other region is a ‘detail’ region, as a right card, but in the same master region, at least I hope so, with a sql query that uses page items to retrieve the match ID and project ID from the enclosed(master) region. No data seems to pull yet, however, I can run the ‘master’ query in sql and it works with the project ID I have.
I have ‘messed’ with this for a while, and was receiving an ‘invalid number’ issue, which seemed to resolve itself somehow…not sure on that.
Currently my screen has a carousel and the project LOV at the top, but the carousel contains no data….
Any ideas on what I have done incorrectly? There's probably a lot, but I am open to suggestions…