I have used a below code to display in the table format for S-docs template. I want to pull the data in other html elements instead in <column>. Can we pull list in other elements?
<!--{{!<lineitemsSOQL><class>table123</class><soql>SELECT Account.Name, Account.Industry, Account.TypeFROM Opportunity</soql><column>Account.Name</column><column>Account.Industry</column><column>Account.Type</column></lineitemsSOQL>}}-->
#Salesforce Developer
답변 2개
Thanks for your reply but the above code is not working and i did not even found any articles in the S-docs where we can use forEach. Can you please check and confirm you end and provide any other alternative option.