Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Solved the issue by setting the content as file and then uploading the file
I am trying to add some html in the landing page via API call using Postman If i add Html code directly or stringify it, it is giving me error {requestId: '15bd2#19199b87634',success: false,warnings: [],errors: [ { code: '611', message: 'System error' } ]} How should I add HTML? Is there any othe...
{success: false,errors: [ { message: 'Invalid ruleType.', code: '701' } ],requestId: '9141#190c6509664',warnings: []} Getting above error, my visibility Rules are:{"ruleType": "show","rules" : [{"subjectField": "Country","operator": "is","values": ["Australia"],"altLabel": "State","picklistFilterVal...
Hey i have a similar problem, whenever i try to update visibility rules i get the error {success: false,errors: [ { message: 'Invalid ruleType.', code: '701' } ],requestId: '9141#190c6509664',warnings: []} my visibility rules:{"ruleType": "show","rules" : [{"subjectField": "Country","operator": "is"...