Is it possible to use the output of REST POST (i.e. distinct values) in master detail page scenario?
Because the master detail page requires an ID to pass along to the next page and POST only provides one field from the DB (i.e. no ID field in the output) is it type of setup possible?
If this is not possible any thoughts on setting up an app that does the following?
Master Category Sub category
Category and Sub Category are from the same collection is why I need to do run a POST query to get the sub category list.
Thanks