I am building an app with a public link.
I created a table with this query (analytics_product_blended)
The problem: this query returns results on edit mode. However, it doesn't work as expeted on public link.
Steps:
I checked compareset.value and analytics_all.data are both publicly available and returns values separately.
I made sure there is no authentication issue.
Why is it that 2 data sources are working perfectly fine in the public link but the query of them do not?
I found many people with the same problem but I didn't understand their solution. One says "set the module itself to have a public access link" but I don't know what that means.
Any help is appreciated!