Hi everyone.
I was tasked with creating a workflow to automate a process that takes place in SAP for invoice entry. There are business rules that I need to enforce when it comes to processing line items in an invoice and I have no idea how to build these business rules in.
The data is assumed to be coming from a json file.
Use webapi package and you will have activity fir deserialize json…which will let you access the json data.check this on how to access json keys Extracting Fields from JSON - #6 by ppr
For sap related activities you have specific to sap and you can as well use combination of ui activities
Generally business rules are like checking aome conditions so we would use if,switch etc depending on scenario