App flow parameters not showing in dynamic picker

hi
i am trying to do an app flow, i have setup a param of calender_id, then i have a server connect that expects that parameter id, but, in the dynamic data picker there are no parameters in the list

also, on my condition step (as can be seen in the screenshot below) the Server connect i setup is not available as a source

not sure what I am doing wrong or if its a bug

but i watched this video and his params were available but mine are not

thanks

and to add wappler 6.5.5. php model, windows docker

may be related to this bug report

no idea in all honesty, my dynamic picker opens and not a spinner, but, there are no input params to chose from, and, in my flow i setup a server connect that is also not in the list to select from.

Sorry,cant take a look at moment, busy.
PHP or node?

You have definately defined the param value in the input section of the app flow?

its php

yeah, can be seen in the screenshot

Fired up a PHP project and tried this, i cannot reproduce this, sorry (Wappler 6.6.0 Win 11)

maybe try updating to latest version?

I have updated to let same problem

i have no idea. i have updated to latest wappler,. restarted refreshed, removed what i am trying to do, add it back in. its a flow for an event click on a calendar event,. not sure if that makes any difference, but, i have the calendar setup, i have the event click, i changed the dynamic to a flow and then in the flow it cannot see anything set in the flow, ie it doesnt see or make available the param nor the query i have in the flow, but cam see and select anything else, just nothing set in the flow.

not sure what to do now to be honest i tried changing the flow to use run commands instead of server connects in the flow but that didnt work.

to test if it was anything to do with it being a flow in a calendar event i just setup a simple paragraph with dynamic on mouse click with a flow, setup the param, setup a server connect query and same problem, i dont get the param available to select.

i do notice on your screeshot that it says "flow data bindings" where as mine does not.

i am doing this in app connect not server connect as well

Is this a page flow or an inline flow?

not sure i know the difference but I want to say inline flow. I have a calendar component setup in the page. I have an event click setup, and, on the dynamic part of event click i have clicked on flow, as i need to alter the behaviour of what happens depending on the type of user viewing the calendar, so i was using a flow to get the event details, get the user role and do a conditional based on the event and the role.

so i think inline flow

That’s an inline flow.
Just remove it and add a page flow in App Connect structure. Call this page flow on click then.
Check if this makes any difference.

ok, will give that a go and report back thanks

ok, doing as you suggest worked,. as a page flow the param and query are available in the dynamic picker of the flow.

so is that a bug in the inline flow?

also, i know its off topic but in page flow is it possible to use the local data store? doesnt seem to be an object to add to the flow, I can use the run command, but just thought it might have been available.

thanks