Check success of 'Create Folder' Smart Service

Hi everyone,

is there a possibility to check the sucess of the execution of the 'Create Folder' Smart Service? In my case I have two input parameters:

  • Parent Folder [Folder]
  • New Folder Name [Text]

And one output:

  • The created folder [Folder] : AC!NewFolderAC!NewFolder [Folder] > is stored as > myVariable [Folder]

95% of the time it goes just fine but sometimes it fails to create the folder, myVariable is empty, and the Smart Service just go on as if everything is fine.

In the expression a!createFolder() we have two extra parameters (onSuccess, onError) but they are not available in the smart service.

Thanks

Lionel

  Discussion posts and replies are publicly visible