I’m working on a Attendance App so what i want is When i Created an Attendance i will input only those who are Present and those Members that i didn’t input will automatically set as Absent or will be added to my Absent or Present App Data…
i have a Attendance Results page which will show all Present Members that i Created
Go to the API workflow Folder (Expose it under settings > API > check mark get/post
Head over to the API workflow folder
Create a API Endpoint and don’t Expose it as public
Create a parameter for it that is the same thing as your repeating group
Then in the workflow add your Data>Modify existing thing or Create with the changes that you want
Then head back you your repeating group and add an action to a button to Schedule an API action on a list and pass the repeating group in it
i’m kind of lost i didn’t know what exactly i will add on the api workflow but i already made an api can you please help me adding the right info in my public app?
i have an attendance form (attendance_form page) that when submit is click the data will be displayed in my test_result page, and what i want is to add an Absent entry under Status column in my absent or present AppData