I want to cache an API Action step (request to a third-party API), not the whole Server Action workflow. Is this possible?
I would suggest creating a Cache block, where you could then place the API Action (or other steps) inside it. All return variables inside such block would be put in an Object and thrown to Redis. For next runs, the Cache block would pull the Object from Redis instead of running all inside steps. I would also recommend to add “Cache Time” and “Erase cache” button to the Cache block properties/options