This topic was automatically generated from Slack. You can find the original thread here.
hi guys, is it possible to use conditions in an inline statement?
for example, I have a list of discord channels from the step:
{{steps.list_channels.$return_value}}
it contains a list of object, every object has a field “name”, I want to filter that list to only find a certain element that has a certain name.