Це відео не доступне.
Перепрошуємо.

TechTuesday︱Inphinity Forms SaaS - REST Integration

Поділитися
Вставка
  • Опубліковано 9 тра 2022
  • Inphinity Forms SaaS - the Qlik-native write-back extensions for your Qlik SaaS applications. To get the most out of them, use the REST connection to read manual inputs in the script to use them in further analysis, calculations, or processes. Also, use the REST integration to automatically save data to the form - to save the metadata, or prefill manual inputs for end users. Watch the video to explore how easy it is to set up.
    Since it’s a quite new technology, Maria starts the video with creating a new Inphinity Forms SaaS data storage. If you want to skip this part and go directly to the REST integration, rewind to 3:14.
    www.myinphinity.com/suite

КОМЕНТАРІ • 2

  • @mariasandorova5946
    @mariasandorova5946 2 роки тому

    Note, if you don't know the structure of the form when you're defining the REST POST (or you just want to save space), you can use just the following script:
    LIB CONNECT TO 'REST POST Bonus'; //your connection name
    SQL SELECT
    "_key"
    FROM JSON (wrap on) "root";

  • @Enaklam
    @Enaklam 2 роки тому +1

    Excellent!