Form Layour and section layout components are getting updated to version 17 and getting warning message while saving the interface in new community edition site
Discussion posts and replies are publicly visible
Sonali said:Form Layour and section layout components are getting updated to version 17
Updated means what exactly?
I'm unclear what has happened in the version history of the interface in question, but somehow the Form Layout in your screenshot is the (very) old version (appian 17.1 or older, as implied by the "_17r1" suffix), and the "titleBar" parameter for a!formLayout() is very new - as in within the last version (25.3) more or less, so will not work with the old version.
Also, a!formLayout() in versions that old didn't have the "contents" parameter we know now - back then only 2 columns were ever possible, and the parameters used were "firstColumnContents" and "secondColumnContents". This applies to SectionLayout as well. And no nesting of forms or sections was possible that would cause more than 2 total columns to exist - and sections were not nestable within other sections whatsoever. It was a ... difficult time.
Are you able to remove the _17r1 from these components and then save?
Thanks for the response Harsha.
No , not able to save the interface. when I am removing _17r1 and trying to save again its coming and getting warning message as in the attched screenshot
Original Code (before saving)
After I clicked on save button
Thanks Schmitt for the response.
I have attached below both screenshot for the reference. Not sure why V17 components are coming into the latest community edition site that is 25.3 and because of to that I am not able to save the interface
Thanks Shubham, I have attched below screenshots for the reference .
I assume some other error message is preventing you from using the corrected code. What error message is being shown here?
It’s a weird issue.
I would recommend write with exact steps in detail to communityedition@appian.com. Will get solution quickly.
Warning message in related to the old version component parameters only
The warning icon is still showing up in your screenshot with the updated code (per my screenshot prior). What is it saying then?
Can you post the entire "updated version" of the code here (please be sure to use a Code Box), so we can check for any other error?