API and Data Partitioning

Can I force a specific data partitioning โ€œresultantโ€ value when pushing through the API?

I understand that there are some properties that can be specified, none of these seem to fit the billโ€ฆ I am NOT using the built-in USERSETTINGS() for data partitioning, since iโ€™m using a launcher/mini-app formatโ€ฆ Furthermore, each user has the potential to select different data partitions in a USER table enum drop down, so using the RunAsUserEmail option seems like a no go for my needs. I have already read through this:

1 2 228
2 REPLIES 2

I am not sure I understand your question.
Can you explain what you are trying to achieve more fully?

Weโ€™re using power shell catching a PDF file, parsing itโ€™s pages into images with ghostscript, pushing those โ€œpageโ€ records back in through the API. I have the data partition ID in the file nameโ€ฆ Or could do look up / API Findโ€ฆ BUT the users can change their partition selection with a dropdown. So, I am capturing which partition they are on at the time they upload the PDF, but by the time I want to API records back, they could have changed their partition selectionsโ€ฆ

Top Labels in this Space