Klipfolio Expert Certification Exam Answers

You’ve written MAPflAT function as follows to paginate 10 pages of a dynamic datasource: MAPflAT( CUMULATIVE(REPEAT(1,10)), “api_page_no”, @A:A). The api query that returns @A:A correpsonds to https://somebaseurl.com/endpoint?parameter1=value1¶meter2=value2 &page={props.api_page_no}. From this api’s documentation, you find out that page number in the query must be of the format “page=1” NOT “page=1.0”. What function is missing within your formula to ensure it executes the pagination correctly?

Latest Update on 30th December, 2019 by Certification Course Answers

You’ve written MAPflAT function as follows to paginate 10 pages of a dynamic datasource: MAPflAT( CUMULATIVE(REPEAT(1,10)), “api_page_no”, @A:A). The api query that returns @A:A correpsonds to https://somebaseurl.com/endpoint?parameter1=value1¶meter2=value2 &page={props.api_page_no}. From this api’s documentation, you find out that page number in the query must be of the format “page=1” NOT “page=1.0”. What function is missing within your formula to ensure it executes the pagination correctly?

  1. ARRAY
  2. MAP
  3. NUMBERFORMAT
  4. INDEXOF
  5. All of the above
  6. None of the above

Correct Answer:

  • NUMBERFORMAT

Latest Updates

No posts found in this category.