Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Connector Development
Unanswered

Allow multiple data types in Factset array in custom connector schema

(0) ShareShare
ReportReport
Posted on by

Hi , 

 

We're developing a custom trigger connector featuring an array of custom fields, each with a different data type. Our implementation involves looping through this array using FactSet. However, FactSet expects arrays to contain values of a single data type, which poses a challenge since our array comprises values of various data types. We're seeking a solution to ensure compatibility with FactSet's requirements. Any guidance on resolving this issue would be greatly appreciated.

 

Webhook Response Sample Schema (Inside Body): 

{
    "name": "Andrew",
    "age": "32",
    "email": "virat@test.com",
    "customFields": [
        {
            "title": "customfield1",
            "value": 100
        },
        {
            "title": "customfield2",
            "value": "Shazeb"
        },
        {
            "title": "customfield3",
            "value": true
        }
    ],
    "url": "https://cacb-103-197-74/sendDetails"
}

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1

Featured topics