Can't get flow param to show

Hello,

I am following this delete flow tutorial https://docs.wappler.io/t/deleting-database-records-with-confirmation/18622

However at one step i have to link the Flow param to the server action. However, the parameter is not there. I created it but its not there when i try to select it…

see here:

I refreshed and restarted wappler too.

Seems others had same issue. While i can type $param.xxxx here , later on the delete button i cant bind the record id to the param.

This has been really wierd to be honest. Issue with params have been reported multiple times and there have been fixes.
In my lastest experience, params do show up for me in the picker within the flow, but they do not when trying to run a flow from action picker.

Workaround to that is writing it manually.

flow1.run({param1: id}) 

The syntax is similar to that of SC’s load method.

1 Like

Fixed in Wappler 5.4.2

This topic was automatically closed after 32 hours. New replies are no longer allowed.