Get Categories Channels

Currently we do have Get Channel by ID and Get Channels which is gets all the channels in the server. But this is causing heavy processes if server has too many channels

If we can pull specific categories channel information that would be awesome

You can make this yourself by creating a local variable, Get Channels and updating the local variable if the Category ID is the same as what you are looking for. After the Get Rows, have an iterator go over the local variable (slow method)

Or you could do something faster and just do everything inside the Get Rows iterator and have the top block be If category ID /= specified category, continue then do everything else under that as that part will exclude anything not in that category

I also figured out using “If”'s in my component, according the channel parent Id <3