I currently have a backend workflow that calls the replicate API and I can successfully return the id, image output, and image URL and store it in the database.
Not sure if it’s unnecessary, but I then make changes to a datatype with basically the same information (lets call it RESULT), so I can match the ID of the initial call with the API return, and reference it all on the front end. I successfully store all of this in the database too.
Now I have an image on the page, with the dynamic data set to “parent group thing’s Image URL”, with the parent groups data type being that of RESULT - Yet the image never displays, whether I reference the URL, the image output, it doesn’t seem to matter.
Yes using the URL directly in browser displays the image. The database URL, id and actual imageoutput are all correct and the same as shown in replicate.
All data is set to public.
The only way I can get anything from DB to display is if I do “Search for PredictionResult’s:first item” etc, if I do “Parent group’s PredictionResult’s result_image” or any combination of result_image’s URL, or reference a URL text field, nothing
Everything seems good in the screenshots. How is the parent group getting the data? If action → debug if everything is working fine. If datasource, debug if the datasource is not empty.