I have a drop down list of calculations that all have unique code. When the user selects them I get the selections in “A Calculations” column. The user can select multiple calculations and the “A Calculations” column can have multiple values.
I want to send the multiple values as a JSON via a webhook to integrate with MS Power Automate. I have it working with a single column value. But I don’t know how to separate multiple user selections and send these values? Any advice?
Note - the user could select 20+ different values and I need to send each value via JSON.
As the Power Automate is under construction I can make it work with any JSON format.
The JSON format just needs to clearly show the name of the file selected and I want to look up each multiple value in my “A Calculations Column”, and return its file format saved in another table. This will then need to be added to the JSON. For example:
Etc. But the “choice 1 format” is not input by the user. But is returned from my other table.
If each of the user selected values were in their own column, I think I could get it to work. But as all selections are stored in one column with multiple values I cannot extract and look up individual values.