We are taking steps to make our moderation process friendlier while ensuring that SAP Community continues to comply with the Digital Services Act (DSA). Learn more in this What’s New post.
Hi Hemant,
Copying the Page ID from the URL is not the best way. It is not a static one, also it may cause troubles due to Cache mechanism.
always use the Number to identify pages. for example:
pageId="2" will open the second page of story. you ca...
Hi,I think passing your parameters in Array Of Strings will solve this issue ?f01Model=XX1;f01Dim=['1','2','3'];f02Model=XX2;f02Dim=['s','d','f']it will work for sure for String Parameters, You can check in your case.Regards,Savith