Configure Script Drop down with integer Values list instead of string

My scenario is running 2 data actions within a script.
Integration is with Connectwise

Script is initiated within Flow before the transfer to ACD
On Start Page of script - a custom script is configured to run the 1st Data action to get contact by ANI
If multiple records returned, then a drop down box is presented to display all the first names of returned contacts from the 1st Data action

Aim was to use the uniqueID variable that is an output of the 1st Data action in the dropdown values list to aligh with the first name selected via the drop down box
Once the required contact was selected from the drop down, the associated unique ID could then be used to run the 2nd Data Action as part of the Advanced Drop down setting to Get contact by ID

But the Script drop down values list only accepts string variables. Not number/integers
I have tried to amend my 1st data action output contract for the uniqueID variable to string but the data action then fails to complete. It will only accept integer/number either as an object or an array.
Currently it is configured as an integer array.

Has anyone been able to configure the Script drop down values list to use integers?

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.