You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using a subflow as a fault path for elements, one of the subflow's variables is recordId which is set as input. In subflow, I have Flow Log Entry action and I've set recordId to be assigned from my input variable to action.
When recordId is null/empty my flow catches exception:
An Apex error occurred: System.StringException: Invalid id:
I could make a workaround for this by checking if recordId is provided and only then use it in the action, but this makes it more complicated. Would it be possible to make Apex Action to ignore null/empty recordId?
The text was updated successfully, but these errors were encountered:
Package Edition of Nebula Logger
Unlocked Package
Package Version of Nebula Logger
v4.15.3
New Bug Summary
I'm using a subflow as a fault path for elements, one of the subflow's variables is recordId which is set as input. In subflow, I have Flow Log Entry action and I've set recordId to be assigned from my input variable to action.
When recordId is null/empty my flow catches exception:
I could make a workaround for this by checking if recordId is provided and only then use it in the action, but this makes it more complicated. Would it be possible to make Apex Action to ignore null/empty recordId?
The text was updated successfully, but these errors were encountered: