Getting Started with App Flows

A post was split to a new topic: Testing mobile apps

I expected it to be on the right side, too, for exactly the same reason as @Mr.Rubi but I’m sure I’ll quickly get used to it. There’s logic with both arguments :wink:

YESSSSSS!

Yesss

Great update George!! This is what I needed to upload images with the S3 component and manipulate them from the client side without having to upload them to the server first! I’m very happy, thnks a lot! :raised_hands:

4 Likes

Maybe I’m too new, but I only see Server Connect. Nowhere do I see the option (Alt + A) to activate App Flows.

I only see Server Connect.

Thanks.

Are you using the latest version of Wappler (3.9.6)?

You need to enable the experimental features in the global Wappler options / system.

Then restart Wappler and you should see the new Workflows manager.

1 Like

2 Likes

This looks excellent.

If I may ask - what is your guidance with using this with secure credentials?

Eg currently SC is the most secure option when including api keys etc

As these app flows are not included in line - is it also secure when using the api action to do so with confidential credentials etc. ?

One final - is there or will there be import/export csv modules included with app flows?

ok!! thanks!!

Thank you all for this! Going to be able to do some great things with this new feature set. Looking forward to playing around. Very excited.

:slight_smile:

These are all client side so not secure at all. Do not use secrets in app flows that people shouldn’t know.

4 Likes

Thanks for confirming @JonL

1 Like

Nice add.

What will determine which Run actions can be selected here?

It seems to be whatever front end page is open/active at the time of editing the app flow. Simple as that?

I can’t call them(with parameters) as a subflow from an inline flow.
I don’t know if it’s a bug or it’s not implemented yet.

It is not fully implemented yet, but you can define a linked page in the flow inputs properties and when defined we will use this page to populate the data and actions pickers.

When using formatters when creating an App Flow, in some cases they may not work - because the formatter is missing from the page using the flow (in which dmxFormatter.js can be added manually) or because the selected formatters are not available on the client side (eg the cryptographic functions).

Here is my wishlist …

2 Likes

I honestly have been waiting for this. Very nice!

I tried to replicate, but getting this message in console:

image

What can be happening?