To retrieve a specific survey block, you need to pass the survey id and the block id. The latter can be retrieved using the get_survey_flow function or the get_survey function.
get_block(survey_id, block_id)
survey_id | the survey id |
---|---|
block_id | the block id |
A list
if (FALSE) { get_block("SV_012345678901234", "BL_723z35LY23KCZ4p") }