Convert Classic to RPL for concat and lookuprecords.
How would I convert classic code to RPL?
$clickthrough(concat(lookuprecords(1_Bulletin, 2022_Bulletin_Content, EMAIL_DATE, lookup(DateReference), SEND_DATE),ARTICLE7Title))$
folder: 1_Bulletin
Supplemental Table: 2022_Bulletin_Content
Email_date is in the supplemental table
DateReference is in the defaults & Variables
Send_date and ARTICLE7Title is in the supplemental table
I'm using "DateReference" to lookup record for Email_Date.
0