Cannot solve this one as well.. I have connected additional SharePoint list and connected a dropdown to it: DataCardValue = Baltic_ADV_eng2.'Eng Number'. The dropdown shows expected values, but does not save them to the sharepoint list.
The update function is set to Update = DataCardValue18.Selected
I have seen some posts and tutorials that are able to update function as Update = DataCardValue18.Selected.Value . However this option did not work for me. There seems to be issues with OnSave function. A bit puzzled about what to do.. Perhaps this is the patch issue? Once again, would sincerely appreciate someone's advice.
Solved! Go to Solution.
HI @Anonymous ,
Assuming your target field is Text, you need in the Update
DataCardValue18.Selected.'Eng Number'
If it is a Choice field
{Value:DataCardValue18.Selected.'Eng Number'}
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
HI @Anonymous ,
Assuming your target field is Text, you need in the Update
DataCardValue18.Selected.'Eng Number'
If it is a Choice field
{Value:DataCardValue18.Selected.'Eng Number'}
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
@WarrenBelz , thank you! It was a choice field. This suggestion worked instantly {Value:DataCardValue18.Selected.'Eng Number'}
Wouldn't have figured it out myself..
It's helped me too, thanks!
User | Count |
---|---|
119 | |
86 | |
83 | |
74 | |
69 |
User | Count |
---|---|
215 | |
179 | |
141 | |
109 | |
83 |