This is what we've found with your selected tag(s)
Add another tag to filter the results or ask the community!
  • Loading animation in interface

    Is there any way to show a loading animation like a loading circle instead of an interface while the integration is running? For example my main site is built with 8 interfaces where one of the interfaces calls an integration that might sometimes be…
  • Ability to read and ingest .MPP (Microsoft Project Plan) files into Appian - Multiple .MPP Files

    I searched Appian documentation to see if Appian has any capabilities with directly reading .MPP (Microsoft Project) files (local files) but didn't see any OOTB options. Has anyone had a use case/solution leveraging (ingesting) data from Microsoft…
  • How to Pulling and pushing data to and from Appian?

    I managed to create a connection to BigQuery's API, however, How would one go about pulling and pushing data between BigQuery and Appian?
  • Displaying an image returned by an integration object as binary for each row in a grid

    I have an integration that queries for a single image based on an ID, and returns a response body with the image as binary: I need to get and display an image for each item in a read only grid using the integration. Is there a good way to do this? …
  • How to consume nested XML to CDT from web service?

    Hello all, I'm trying to call an integration object from SAIL. We should be able to use the data from the response in other interfaces and process models. The response is received in XML but has multiple nested fields (This is the only possible format…