I have installed TimeSheetsSampleData module. Updated the dependencies. Got the errors shown in the attachment. Please let me know what values I need to pass SYDId & SYDCallback parameters in ImportAllDataFromExcel() & EmployeesSampleData_Bootstrap().
Hi @maheswarlu madugundu
I verified the forge component and found that you can keep the empty text string in both of these parameters.
Simply put "" and it should be able to publish.
For verification of this parameter value, open your EmployeesSampleData module, go to the server action SampleData_Bootstrap and find its local references. You'll see other calls to this action with empty string value in both of these parameters.
Hello @maheswarlu madugundu
Did the module work as expected with the empty string parameters?