This is what we've found with your selected tag(s)
Add another tag to filter the results or ask the community!
  • Executing two Smart Services from One Saveinto

    I need to execute two delete record smart service from one saveinto. Evidently, this is not possible as it throws an error. " An error occurred while executing a save: Expression evaluation error : Attempted to run a second smart service, but only one…
  • display watch or digital clock

    I want to show only the time left out of the total time allocated by me. Anyone can help me out on this?
  • List all the members of a group and store them to a local variable to show them in a grid

    Hi Appian Pals, I want to list all the members of a group and store them to a local variable to show them in a grid. Please let me know Is it possible and how?
  • Using 2 Smart Services in one Button Click

    Hi, I have a UI which shows list of Data showing in Grid format. In this I have a requirement that, user can select records and delete, and at the same time time they will receive mail regarding this. But when I'm writing 2 smart services (deletefromdatastoreentity…
  • how to loop a!completeTask function and save the result

    how to loop a!completeTask function and save the result i have list of task ids and list of task inputs,on click of a button it should be able to complete tasks using a!completeTask function in a loop,but am unable to do it in a loop.Can anyone help…
  • Issue related with a!writeToDataStoreEntity() function in interface level

    Hi, I have 2 forms in my application and I'm using one CDT for both the forms. I've used a!writeToDataStoreEntity() function in submit button for storing the data. Once If I click on the submit button one row is inserting into the database. For the…
  • Useage of a!writeToMultipleDataStoreEntities in sail forms

    Hello Everyone! So I am trying to get a!writeToMultipleDataStoreEntities and I am not having any luck getting even the most basic save to work. Does anyone have any thoughts on why this may not be working? The error I am getting is: Could not…