Hi I am using the below ampscript code to display the content based on the contentblockbyID.
But when I do preview and test, nothing is showing up.Can someone say what is wrong with my code.
%%[ IF @AppType == "ABC" AND @AppIncluded == "Andoid" THEN ]%% %%=ContentBlockbyID(203880)=%% %%=ContentBlockbyID(203882)=%% %%[ ELSEIF @AppType == "EFG" AND @AppIncluded == "Apple" THEN ]%% %%=ContentBlockbyID(203876)=%% %%[ ELSEIF @AppType == "AAP" AND @AppIncluded == "DHS" THEN ]%% %%=ContentBlockbyID(153381)=%% %%[ ELSEIF @AppType == "AFB" AND @AppIncluded == "DHS" THEN ]%% %%=ContentBlockbyID(157719)=%% %%[ ENDIF ]%%