Server Action - Api Action Dynami URL from database

I was playing with the API Action it works great
but i was thinking it would be great to pull the API url from the database
i did try but it returns error when im trying to fetch API schema
does anyone have any idea how to achieve this?

You can use dynamic url in the properties, but when fetching schema you must provide a static value. Not a big deal since you typically fetch only once.

Yeah I just put static info in and then fetch the schema, and then after that you can put the dynamic field data in.