You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a PropertyPaneTextField which is holding the link titles and urls in the below format: (Test<http://test.com>),(Xyz<http://xyz.com>),(Abc<http://abc.com>)
We are planning to use PropertyFieldCustomList for better manageability of links. Is it possible to do the following one time when the app is upgraded and app instance is edited for the first time
Read old PropertyPaneTextField value
Parse PropertyPaneTextField link title & url pair and set the array object in PropertyFieldCustomList with two columns(title,url)
Set PropertyPaneTextField as empty so that step 2 will not be executed when the user edits the app pane next time
Thoughts?
The text was updated successfully, but these errors were encountered:
We have a PropertyPaneTextField which is holding the link titles and urls in the below format:
(Test<http://test.com>),(Xyz<http://xyz.com>),(Abc<http://abc.com>)
We are planning to use PropertyFieldCustomList for better manageability of links. Is it possible to do the following one time when the app is upgraded and app instance is edited for the first time
Thoughts?
The text was updated successfully, but these errors were encountered: