Passing key of select field to an external site

Ive got an action button on an item view that when clicked will get a webpage from an external site and sent it the value of a select field like so:

https//example.com/updater.aspx?ragicId={1000001}&status={1000015}

result on button click:
https//example.com/updater.aspx?ragicId=09872&status=adopted

Now, status is the value of an option of a select field. But I really need the key for that option instead. How do I get that?

Hi,

As we’re not quite sure what you mean, would you please send us a support ticket via the “Need Help?” at the upper right corner of your database and elaborate more on your ideal workflow and the issue you have?