I have a SharePoint trigger "When a file is created (properties only)".
At one time I was trying to see if I can use split in settings of the trigger to have two scenarios where file has data and if file is empty and somewhere along the way I changed the built-in formula for the split. Now it has wrong formula and the FLOW fails. Is there a way to fix this mishap?
Below are the snippets:
BAD TRIGGER (One I messed up and one that fails)

The CORRECT TRIGGER:

How can I change from:
@triggerBody()?['body/value']
to:
@triggerOutputs()?['body/value']
without recreating the entire very large FLOW?
Any help is appreciated.
Thank you,
SueA.