— Why does this line keep throwing a “steps not defined” error?
const results = steps.get_youtube_videos.$return_value.items;
— Why does this line keep throwing a “steps not defined” error?
const results = steps.get_youtube_videos.$return_value.items;
— How do I make a notion step use promises
can you clarify what you’re trying to do? Would love to help get you back on the right track.
Yes
I have it all working, but I cannot get it to iterate through the array
Can you tell me more about the fundamental use case?
I am building a library of content assets for a client from a variety of sources (YouTube, Vimeo, WordPress)
These are all data sources they own so i have API access.
but we want it all in a Notion DB so, we can make it all available for keyword application and then search
goals:
would live to eventually push to Jira via API as well
that is about it
I have the YouTube and Vimeo connections working, but cannot iterate through the arrays they generate.
Got it, thanks. And so are you looking to sync this videos into Notion as each one is published or something like that? Or you want to do a one-time sync with everything that exists now?
I’m not totally clear on the part about looping through an array.
Issues
Not clear on the need?
Or problem?
What array are you iterating through?