Hi All
I need to convert a choice value (string) from a sharepoint list to a number for input into dataverse.
I need this to be dynamic, for example, Business Analyst would be converted to 899400000 and Senior Business Analyst would be converted into 899400001 etc etc. Then the converted number would but mapped to a row input.
I know I can use a condition and compose for this, but this would be a ton of conditions running in parallel for all my choices.
Is there an easier way to do this, maybe using a variable or something else?
Help welcome please!