The value I’m trying to pull in is a value that is coming from a query.
I’m trying to show 1 positive affirmation per day and found that to create a screen specific for this I had to create a table specific for it.
So I have a table that has a positive affirmation by date (see screenshot) and then another that just pulls in today’s date and the corresponding positive affirmation.
Should i potentially be trying to pull this value directly from the table that has the full list of affirmations - I was just struggling to figure out how to update it per day.

