Hello @v-bacao-msft
Thank you for replying. I really appreciate you taking the time to do so.

Regrettably
split(item(),'|')[0]
failed see error message below
InvalidTemplate. Unable to process template language expressions in action 'ProcessPhotos' inputs at line '1' and column '2608': 'The template language function 'split' expects its first parameter to be of type string. The provided value is of type 'Null'.
Previously I had Compose input code see below
@split(triggerBody()['@{triggerBody()['ProcessPhotos_Inputs']}],"#")