Set a constant in a microflow

0
Hello, Is it possible to set a constant in a microflow? I would like to process the set constant or variable in other flows without returning it as a return value?
asked
1 answers
0

No you can't, you can set a constant this way and then use it in a microflow:

 

 

If you need something more configurable throughout the app I suggest using an Appsettings object where those settings can be changed by for example an admin.

answered