I'm working on a integration project where data is coming out of appian, here I have a situation
Where I need to specify if data is missing In a particular field let's say "name" under "personal details" section then "error type" should be "personal details" and "error details" should be "name".
Likewise I have many fields under section "personal details" - for this i have created a record.
Can anyone please help me to achieve this situation
Discussion posts and replies are publicly visible
I have some questions:
What exactly does "integration project where data is coming out of appian" mean? Do you implement an Appian Web API to be called by another system to query data from Appian?
Depending on your answer, we can try to support you.
Please also describe in way more detail what you want to achieve, what you tried and what you see as a result.
What I meant by integration project is we don't have any user input task, we are getting the data from sap, we haven't provided any api as of now, we were asked to create DB tables and insert some mockup data and work on it
What does "getting the data from sap" mean? Does Appian call SAP or does SAP call Appian?
So, when I receive data from an external system I typically create an expression rule to implement the validation and return a map holding any error messages.