if we user Server action in Service action , does it mean first Service action will be considered as API and inside which Server action will be used as class librery or will be called again as API?
Hi Sugumaran,
You can consider the service action call as an API request, indeed. On the other hand, server actions are more like .NET methods declared in a class or interface, doesn't really matter if it is used inside a service action or not.
Thank you for confirmation