Thanks! I’m fairly new to the backend, could you guide me through this in more detail?
The main error is in your Schedule backend WF on a list that YT_age&gender should be set to This text.
Not sure what this means. I don’t have “This text” as an option to select.
In backend WF, uncheck LIST for the key YT_age&gender
Done
The backend WF should be set of the type of the API list (Probably ending by "‘s’ rows as this is the list you have with the name of api before)
You mean do a “schedule API on a list” on the backend? How would that work?
Also, when I get to only “rows” for the list, it returns the input as red
After, the backend WF should have 3 fields: age range (text), gender (text) and finally viewer percentage (number)
This would be the same I have currently, right?
In the Schedule on a list, you will also set the data source to just result of step 1’s rows. Each field will be This text:first item, This text: item #2 and this text item #3 (or last item). So you will have each data already split before sending it to backend WF. (I’ve included the viewerpercentage, but you can remove this if not needed.)
Not quite following