on 2024 Nov 25 9:19 AM
While working with SAP Customer Data Cloud Dataflow Custom Script. What is way to move to the next record inside record.evaluate component. Let me share my expectation,
If record.profile.firstName != "Jack", Then the current record value will be assigned to the next record value. Suppose there are three records: record1, record2, record3. If the record1 does not have Jack in first name, then I want to move to record2 (i.e. record = record2).
Request clarification before answering.
Hi @S_Sarkar Custom data fields, if not encrypted, are also indexed and searchable in CDC, you may try it out in your query and check if the query performance is acceptable? This way you can skip those records in your dataflow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @S_Sarkar
AFAIK, in CDC dataflow, it's not possible to SKIP a record using the record.evaluate function and move to the next one! What's your exact use-case, what type of Business Usecase you're trying to achieve?
Feel free to reply for further queries.
Thanks & Regards,
Kunal Bansal, SAP CX SME
https://www.linkedin.com/in/thekunalbansal
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.