I am passing a list of an option set, basically 2 items that have several attributes and I need to use these attributes to validate data.

However, after receiving the object, all I see are the name labels of the option set, not a single one of the attributes that exist on the object are being passed to the server side action.

The client side actions are receiving all of the data I expected, but the server side action only seems to have the name of the option set and nothing else. Is this intended functionality? Why would the data be so radically different in SSA vs CSA?

Can you share the screenshots of your setup cause this shouldn’t happen?

I’m a bit late to respond sorry but after reading the docs apparently this is actually
what should happen, though it is rather unintuitive.
On my plugin i defined an AppType variable, and a variable of the specificied AppType variable.

Then just pass in the Option sets with no filter for any particular option set and it only passes the name.

The workaround is to dynamic generate a JSON format.

This topic was automatically closed after 70 days. New replies are no longer allowed.