Hi, I'm trying to create an "Edit Details" page using data from my Home page. I've got it successfully working, except for the boolean. Now I've had boolean trouble before (I couldn't use it in a component) and I'm having the same issue here. When I click to add from a variable, it shows me nothing. My text, image, and category all pass their strings just fine, but for some reason, I cannot pass the boolean from one page to another. It will only let me pass an app state, but I don't think that's what I need. I just want to know if the entry was a favorite or not.
I'm so frustrated to keep having issues with boolean data. It should be really easy but it just won't work for me. Favorites is so common I don't know why it wouldn't be easy to do. Am I missing something? Is there some workaround I have to do? For now I guess I'll just take the Favorite out but ideally it would be on the edit page.