Power Automate - Send an HTTP request - Constituents

Options

Hi everyone,

I'm trying to add the field no_valid_address as part of the query parameters in a “Send an HTTP request” but it looks like even though is part of the list of fields available once selected it doesn't work. Maybe I'm missing something ? Thanks !!!

646dc47a3aa6153c7e2c10741c56607c-huge-im

d2ad98a023a8705f53bf034f20bde3ed-huge-im

Comments

  • Alex Wong
    Alex Wong Community All-Star
    Ninth Anniversary Kudos 5 PowerUp Challenge #3 Gift Management Name Dropper

    @Alejandro Joven
    The single constituent get API endpoint does not take any query parameter, the endpoint will ignore anything you give it if it is not defined to intake any query parameter. I'm not sure what you are trying to do here, as you are using a single constituent get API to get ONE constituent by specifying the system record id of the constituent, I don't see why you want to filter by no valid address=yes

    If you are instead trying to get a list of constituent, then you need to use the Constituent list API endpoint instead, however, that endpoint does not take any query parameter neither, it takes request parameters, meaning what you put in the URL (Relative Path) section. Also it does not take no valid address as one of its filterable parameter.

    Just b/c an API endpoint respond with X number of data point (i.e. no valid address), does not mean each of the data point can be filtered on. You have to abide by the definition on the API reference documentation page and see what is allowed in request parameter and what is allowed in query parameter.

Categories