Cloning A Real TIme Salesforce Export

I have a working SF Real Time export that’ll was built by some implementation consultants for a project. They also built the apex trigger in SF (and any other pieces) needed to make it work. I would like to use that same export for another use case so I cloned the export, but I am wondering what other steps are needed? Do I also need to go in and change the Apex code in SF? Am I able to even re-use the existing export? Is there any documentation around this specifically (I do see a great page dedicated to real time SF flows, but didnt see anything around cloning a RT export and if that requires additional work)?

Apex triggers aren't tied to individual exports so you should be fine to just clone it and use it on another flow.

Thanks @tylerlamparter. I never did get this to work, but ended up using an HTTP callout from SF and I think that probably better fit my need for this use case.

Thanks again!