Hi all,
Could someone shed some light Please !
Im trying to push data from Dataverse (2021) to SQL(v2) using power automate and stuck with one field 'Range"
Choice column 'Range' has options like (500,1000,1500,2500... etc) when i tried to call it using flow im getting error because value returned is null
Im able to pickup other choice columns using
TStatus = @ {triggerOutputs()?['body/_toons_Tstatus_label'] - works as expected
Range = @ {triggerOutputs()?['body/_toons_Range_label']} = null 😞
Range = @ {triggerOutputs()?['body/toons_Range']} = also null 😞
Any suggestions please , Range = ?
Thanks in advance
Connect 🙂
Solved! Go to Solution.
Found the error,
I was using Choices instead of Choice, so _schema_fieldname_label will not work for choices
Need extra pair of eyes to find this mistake 🙂
Found the error,
I was using Choices instead of Choice, so _schema_fieldname_label will not work for choices
Need extra pair of eyes to find this mistake 🙂
User | Count |
---|---|
25 | |
14 | |
12 | |
10 | |
9 |
User | Count |
---|---|
51 | |
29 | |
28 | |
24 | |
22 |