Custom Actions not fetching all the data

Does anyone know if it is possible to fetch multiple rows using custom actions. It seems it only stores the first element of the array

Hi @ArijitDas, welcome to the community! :blush:

Adola currently doesn’t support creating multiple records from a JSON array with custom Actions.

The good news is that there is a workaround with external collections, once you have succefully set up your Url endpoint you can “filter” your list by parsing parameters.

It’s no perfect and in some use cases this can’t be emplemented, but until the devs find a solution that’s all we have :innocent:

Hi Rae ,

Thanks for the alternative but the main problem here is external API collection does not support dynamic bearer token allocation which in turn expose lot of unrestricted data .

7F709C516A514CE7A5F23ADE0D4C695D[4751348].png

4827AA03091349CAA7E9AC9AB045B6CE[4751349].png

763BED5766684CFA898362F56341498D[4751350].png

AEC86A1F42E2474083715EF777E6933F[4751351].png

This issue can be addressed to the devs, in the meantime would your app’s API work for you? :point_down:

Hi Rae,

I am getting error response

400 Bad request

Request failed with status code 500

I am using the correct bearer token , appid and collectionid

7F709C516A514CE7A5F23ADE0D4C695D[4751348].png

4827AA03091349CAA7E9AC9AB045B6CE[4751349].png

763BED5766684CFA898362F56341498D[4751350].png

AEC86A1F42E2474083715EF777E6933F[4751351].png

Hi Rae ,

It works fine for internal collections but not for external collections

7F709C516A514CE7A5F23ADE0D4C695D[4751348].png

4827AA03091349CAA7E9AC9AB045B6CE[4751349].png

763BED5766684CFA898362F56341498D[4751350].png

AEC86A1F42E2474083715EF777E6933F[4751351].png

First, did you correctly set up your Header Auth?

Secondly, if you are expecting a JSON array response did you set up your key?

Hi Rae,

I am able to fetch data within the application but not as api call.Yes header and everything is set correctly which is the reason the data is saved as external collection.

Regards,
Arijit

Sorry for the confusion, I thought your error was within the application :upside_down_face:
I haven’t personally tested the external API yet as this feature was recently released by the devs.

I’ll check this out over the weekend to see if there are any bugs on my side.
For reference…are you using Postman to test your API calls?

Hi again, just tested the external API on and all is working fine :point_down:

Did you correctly follow the steps in your collections API Documentation?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.