Return data increment workflow backend

Hello everyone,

I have a problem retrieving data from a backend workflow.

So I gave an example here:

  • I retrieve the text in an input;

  • I click on the button that launches my backend workflow.

  • The backend workflow must add CACA before the word.

  • Then I display “CACAword” in the forehead.

But each time, it sends me back a number… which increments +2 each time.

Could you explain to me?

Thank you very much!!!

Here are the screens.

The result of a Schedule API workflow... action is the ID of the scheduled workflow–not the result returned by the API workflow. To receive a value returned from an API workflow, you need to use the API Connector or the App Connector.

Hello Davidb,
Thanks for your answer.

In my case, could you explain me How to do that ?
Or do you have documentation or tutoriel or anything else ?

Thank’s a lot !

See the help articles I already linked for copious documentation.

Also, here’s a helpful forum tip: