Solved! Go to Solution.
Hi @jpacettf,
Could you please share more details about the data type of the 4 columns in your SP list? Are they Single line of text column or Choice type column?
If the 4 columns in your SP list are all Single line of text type column, please take a try with the following workaround:
Set the Update property of the Title Data Card (which contains Dropdown7) to following:
Dropdown7.Selected.Value
Set the Update property of the Name Data Card to following:
Dropdown8.Selected.Value
Set the Update property of the Email Data Card to following:
Dropdown9.Selected.Value
Set the Update property of the Number Data Card to following:
Dropdown10.Selected.Value
If the 4 columns in your SP list are all Choice type column, please take a try with the following workaround:
Set the Update property of the Title Data Card to following:
{ Value: Dropdown7.Selected.Value }
Set the Update property of the Name Data Card to following:
{ Value: Dropdown8.Selected.Value }
Set the Update property of the Email Data Card to following:
{ Value: Dropdown9.Selected.Value }
Set the Update property of the Number Data Card to following:
{ Value: Dropdown10.Selected.Value }
Please take a try with above solution, then check if your issue is solved.
Best regards,
Kris
Hi @jpacettf,
Could you please share more details about the data type of the 4 columns in your SP list? Are they Single line of text column or Choice type column?
If the 4 columns in your SP list are all Single line of text type column, please take a try with the following workaround:
Set the Update property of the Title Data Card (which contains Dropdown7) to following:
Dropdown7.Selected.Value
Set the Update property of the Name Data Card to following:
Dropdown8.Selected.Value
Set the Update property of the Email Data Card to following:
Dropdown9.Selected.Value
Set the Update property of the Number Data Card to following:
Dropdown10.Selected.Value
If the 4 columns in your SP list are all Choice type column, please take a try with the following workaround:
Set the Update property of the Title Data Card to following:
{ Value: Dropdown7.Selected.Value }
Set the Update property of the Name Data Card to following:
{ Value: Dropdown8.Selected.Value }
Set the Update property of the Email Data Card to following:
{ Value: Dropdown9.Selected.Value }
Set the Update property of the Number Data Card to following:
{ Value: Dropdown10.Selected.Value }
Please take a try with above solution, then check if your issue is solved.
Best regards,
Kris
Thats done it! Many Thanks 🙂
User | Count |
---|---|
183 | |
110 | |
88 | |
44 | |
42 |
User | Count |
---|---|
227 | |
108 | |
106 | |
68 | |
68 |