How to send email every weekend with data from the last week?

Hey there!

I’m trying to access 2 fields (text and number) from a data type that is saved in each user (another data type). I don’t want to create an admin account for this, and I don’t want this list to be publicly available or shown in the app. So I thought about sending this data in an email every week, with the data gathered form the last week (and the text aligned with the number from the same user, so I know each text and number are from a specific user).

I tried recurring workflows and API workflows, but they don’t seem to work automatically.

Is there any way to work this around?

You should be able to do this with an API Workflow, but with a final step of Schedule API Workflow set for Current Day/Time +days:7

We have several emails and actions set this way, though with some of them the Workflow is triggering another Workflow that loops through various steps… no idea if that’s the best way - we inherited it - but it works, eg:

what could I use to kick off the event? I want bubble to only send the e-mail to me

we have a hidden page with some buttons to kickstart some of the workflows like this should they stop

Thanks! It’s not what I wanted, but it’s the only way apparently