Is it possible to relate two API action step in the same API server action ?
For example I have one API server action and 2 API action step. The second Action retrieve the first Action value !
Thank you @Teodor
Is it possible to relate two API action step in the same API server action ?
For example I have one API server action and 2 API action step. The second Action retrieve the first Action value !
Thank you @Teodor
did you try condition ?
so when api1 return success then you can use second api
yes, but not dynamicaly
I want to filter the second api with first api value for table populate
solved. excuse me