This topic was automatically generated from Slack. You can find the original thread here.
sorry, set a “group” of values. ie, variables i want to use in the flow
This topic was automatically generated from Slack. You can find the original thread here.
sorry, set a “group” of values. ie, variables i want to use in the flow
Would env vars work?
no… in this case its a workflow that uses AI to turn a blog page that does NOT have a RSS feed into one. so right now ive hard coded the blog url and id just like it… more ‘apparent’ how to change that, if that makes sense? I also have to use it in two steps and feel icky repeating it
its a super tiny workflow so no big deal, and im fine, when i blog, mentioning how id tweak it for that
Yea I gotcha, right now it’d either be env vars or as consts that you define in a step at the beginning of the workflow (I do the latter all the time)
im just gonna do that - danke
fyi - i built a workflow that uses AgentQL to hit a blog that does not have a RSS feed. It parses the blog homepage into JSON. i then use a Python lib to convert it into RSS. end result is a rss feed for a blog that doesnt have a rss feed
That’s cool!
AgentQL is -bad- ass